Skip to content

Commit

Permalink
Add remaining missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Aug 31, 2023
1 parent 1844af0 commit 3ec080b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/pyarrow/_dataset_parquet.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@ cdef class ParquetFileWriteOptions(FileWriteOptions):
column_encoding=self._properties["column_encoding"],
data_page_version=self._properties["data_page_version"],
encryption_properties=self._properties["encryption_properties"],
write_batch_size=self._properties["write_batch_size"],
dictionary_pagesize_limit=self._properties["dictionary_pagesize_limit"],
write_page_index=self._properties["write_page_index"],
)

Expand Down Expand Up @@ -634,6 +636,8 @@ cdef class ParquetFileWriteOptions(FileWriteOptions):
allow_truncated_timestamps=False,
use_compliant_nested_type=True,
encryption_properties=None,
write_batch_size=None,
dictionary_pagesize_limit=None,
write_page_index=False,
)
self._set_properties()
Expand Down

0 comments on commit 3ec080b

Please sign in to comment.