Skip to content

Commit

Permalink
Update python/pyarrow/parquet/core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rok Mihevc <rok@mihevc.org>
  • Loading branch information
mapleFU and rok authored Oct 9, 2023
1 parent bdf82ae commit d38e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/parquet/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def _sanitize_table(table, new_schema, flavor):
and should be combined with a compression codec.
column_encoding : string or dict, default None
Specify the encoding scheme on a per column basis.
Can only be used when when ``use_dictionary`` is set to False, and cannot
Can only be used when when ``use_dictionary`` is set to False, and cannot
be used in combination with ``use_byte_stream_split``.
Currently supported values: {'PLAIN', 'BYTE_STREAM_SPLIT',
'DELTA_BINARY_PACKED', 'DELTA_LENGTH_BYTE_ARRAY', 'DELTA_BYTE_ARRAY'}.
Expand Down

0 comments on commit d38e083

Please sign in to comment.