Will Jones created ARROW-16130:
----------------------------------
Summary: [Python][Docs] Document ParquetWriteOptions class
Key: ARROW-16130
URL: https://issues.apache.org/jira/browse/ARROW-16130
Project: Apache Arrow
Issue Type: Improvement
Components: Documentation, Python
Affects Versions: 7.0.0
Reporter: Will Jones
Fix For: 8.0.0
The class
[{{ParquetFileWriteOptions}}|https://arrow.apache.org/docs/python/generated/pyarrow.dataset.ParquetFileFormat.html#pyarrow.dataset.ParquetFileFormat.make_write_options],
returned by
[{{ParquetFileFormat.make_write_options}}|https://arrow.apache.org/docs/python/generated/pyarrow.dataset.ParquetFileFormat.html#pyarrow.dataset.ParquetFileFormat.make_write_options]
is not documented in the API docs, unlike {{{}ParquetReadOptions{}}}. Most of
the associated options are documented in
[{{pyarrow.parquet.write_table}}|https://arrow.apache.org/docs/python/generated/pyarrow.parquet.write_table.html#pyarrow.parquet.write_table]
already, so they should be easy to write up.
For reference, we encountered this when trying to expose these options in [the
delta-rs writer|https://github.com/delta-io/delta-rs/pull/581].
--
This message was sent by Atlassian Jira
(v8.20.1#820001)