kszucs commented on code in PR #45360: URL: https://github.com/apache/arrow/pull/45360#discussion_r2025034990
########## python/pyarrow/parquet/core.py: ########## @@ -889,6 +889,39 @@ def _sanitize_table(table, new_schema, flavor): - fixed_len_byte_array: for precision > 18. As a consequence, decimal columns stored in integer types are more compact. +use_content_defined_chunking : bool or dict, default False + Optimize parquet files for content addressable storage (CAS) systems by writing Review Comment: I mention that it is experimental a couple of lines lower. Do we have a standard to mark params as experimental? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org