Tpt opened a new pull request, #24924: URL: https://github.com/apache/datafusion/pull/24924
## Rationale for this change Allows to roughly limit the size of parquet files when the number of rows is a hard-to-use estimator. This is especially useful when a column contains potentially large blobs. ## What changes are included in this PR? - Adds the config parameter - Adds an implementation aligned with `datafusion.execution.soft_max_rows_per_output_file config parameter` - Adds a test -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
