[BUG] uses_custom_row_bounds
should not be hardcoded to true in chunked_parquet_reader
#15779
Labels
bug
Something isn't working
Describe the bug
Related to #15764
Changing
uses_custom_row_bounds
from hardcodedtrue
to the below (correct) logic forchunked_parquet_reader
tests fromParquetChunkedReaderTest.TestChunkedReadWithListsNoNulls
start failing (see the log below). This happens ifuses_custom_row_bounds = false
and eventually ComputePageSizes is not computed.This has been done to avoid a couple other bugs as described by @nvdbaranec and @ttnghia:
cudf/cpp/src/io/parquet/reader_preprocess.cu
Line 499 in bd7b510
Test fail log:
Steps/Code to reproduce bug
Modify in reader_impl.hpp
to
Expected behavior
The gtests should not fail.
Environment overview
The text was updated successfully, but these errors were encountered: