Skip to content

Conversation

severo
Copy link

@severo severo commented Sep 4, 2025

Rationale for this change

The doc page https://arrow.apache.org/docs/python/generated/pyarrow.parquet.write_table.html does not show use_content_defined_chunking as an argument of write_table:

Screenshot From 2025-09-04 14-45-32

Note that it's documented below in the list of parameters:

Screenshot From 2025-09-04 14-46-20

What changes are included in this PR?

List the parameter, with a default value (False), in write_table and related code, as mentioned by the comment:

# Implementor's note: when adding keywords here / updating defaults, also
# update it in write_to_dataset and _dataset_parquet.pyx ParquetFileWriteOptions

Are these changes tested?

No

Are there any user-facing changes?

No

Copy link

github-actions bot commented Sep 4, 2025

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@severo
Copy link
Author

severo commented Sep 4, 2025

cc @kszucs

@severo severo changed the title show use_content_defined_chunking as a parameter in doc page GH-47499: [Python] show use_content_defined_chunking as a parameter in doc page Sep 4, 2025
Copy link

github-actions bot commented Sep 4, 2025

⚠️ GitHub issue #47499 has been automatically assigned in GitHub to PR creator.

@severo
Copy link
Author

severo commented Sep 5, 2025

Also fixes #47477

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant