Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
offset
value for generating test data in `parquet_chunked_reade…
…r_test.cu` (#15200) In `parquet_chunked_reader_test.cu`, when generating test data, there is an `offset` value that should increase at every iteration. It is for shifting the null positions of each column such that the generating table will not have all nulls in the same rows. Somehow, it was left unchanged across all iterations, thus we need to fix that. Authors: - Nghia Truong (https://github.com/ttnghia) - Karthikeyan (https://github.com/karthikeyann) Approvers: - https://github.com/nvdbaranec - Bradley Dice (https://github.com/bdice) - Karthikeyan (https://github.com/karthikeyann) URL: #15200
- Loading branch information