-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Deprecate max statistics size properly #14188
- Deprecate "max statistics size" property in
WriterPropertiesarrow-rs#6884
It seems to have been replaced in the Parquet library by statistics_truncate_length, added here:
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request