Skip to content

Commit

Permalink
Merge branch 'tomnewton/make_cache_options_configurable_from_python/a…
Browse files Browse the repository at this point in the history
…pacheGH-36441' of github.com:Tom-Newton/arrow into tomnewton/make_cache_options_configurable_from_python/apacheGH-36441
  • Loading branch information
Tom-Newton committed Dec 6, 2023
2 parents 5fd7003 + 7d45726 commit 8b6d430
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 8b6d430

Please sign in to comment.