Skip to content

Commit

Permalink
Update python/pyarrow/_dataset_parquet.pyx
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
Tom-Newton and jorisvandenbossche committed Dec 5, 2023
1 parent 132891b commit 7d45726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pyarrow/_dataset_parquet.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ cdef class ParquetFragmentScanOptions(FragmentScanOptions):
def _reconstruct(kwargs):
# __reduce__ doesn't allow passing named arguments directly to the
# reconstructor, hence this wrapper.

return ParquetFragmentScanOptions(**kwargs)

def __reduce__(self):
Expand Down

0 comments on commit 7d45726

Please sign in to comment.