patchwork01 opened a new issue, #14601: URL: https://github.com/apache/datafusion/issues/14601
### Is your feature request related to a problem or challenge? DataFusion has deprecated the configuration option `datafusion.execution.parquet.max_statistics_size`, because it's not used: - https://github.com/apache/datafusion/pull/14188 - https://github.com/apache/arrow-rs/pull/6884 It seems to have been replaced in the Parquet library by `statistics_truncate_length`, added here: - https://github.com/apache/arrow-rs/pull/5076 There doesn't seem to be a way to set this in DataFusion. ### Describe the solution you'd like We'd like a configuration option for `statistics_truncate_length` in ParquetOptions, to be applied to the Parquet WriterProperties similarly to `column_index_truncate_length`. ### Describe alternatives you've considered _No response_ ### Additional context This causes the following issue: - https://github.com/gchq/sleeper/issues/4240 -- 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...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org