Skip to content

Commit

Permalink
Format for reduced git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Oct 23, 2023
1 parent 4b2f537 commit c162438
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/pyarrow/_parquet.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,8 @@ cdef shared_ptr[WriterProperties] _create_writer_properties(
write_batch_size=*,
dictionary_pagesize_limit=*,
write_page_index=*,
sorting_columns=*) except *
sorting_columns=*,
) except *


cdef shared_ptr[ArrowWriterProperties] _create_arrow_writer_properties(
Expand All @@ -593,7 +594,8 @@ cdef shared_ptr[ArrowWriterProperties] _create_arrow_writer_properties(
allow_truncated_timestamps=*,
writer_engine_version=*,
use_compliant_nested_type=*,
store_schema=*) except *
store_schema=*,
) except *

cdef class ParquetSchema(_Weakrefable):
cdef:
Expand Down

0 comments on commit c162438

Please sign in to comment.