You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Will Jones (Jira)" <ji...@apache.org> on 2022/04/06 03:36:00 UTC

[jira] [Created] (ARROW-16130) [Python][Docs] Document ParquetWriteOptions class

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)