GH-47499: [Python] show use_content_defined_chunking
as a parameter in doc page
#47498
+6
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 ofwrite_table
:Note that it's documented below in the list of parameters:
What changes are included in this PR?
List the parameter, with a default value (
False
), inwrite_table
and related code, as mentioned by the comment:arrow/python/pyarrow/parquet/core.py
Lines 1953 to 1954 in 512dcd7
Are these changes tested?
No
Are there any user-facing changes?
No
use_content_defined_chunking
in the list of parameters ofparquet.write_table
(doc) #47499