Skip to content

Commit

Permalink
revert changes to parquetreader
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Jul 8, 2024
1 parent bf5e902 commit 56c88ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/cudf/cudf/_lib/parquet.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,7 @@ cdef class ParquetReader:
cpp_row_groups = row_groups
cdef parquet_reader_options args
cdef pair[parquet_reader_options, bool] c_res = _setup_parquet_reader_options(
source, cpp_row_groups, use_pandas_metadata,
None, columns)
source, cpp_row_groups, use_pandas_metadata, None, columns)
args, self.allow_range_index = c_res.first, c_res.second

with nogil:
Expand Down

0 comments on commit 56c88ed

Please sign in to comment.