Deprecate max statistics size properly#14188
Conversation
alamb
left a comment
There was a problem hiding this comment.
This looks good to me -- thank you @logan-keede
|
|
||
| /// (writing) Sets max statistics size for any column. If NULL, uses | ||
| /// default parquet writer setting | ||
| /// max_statistics_size is deprecated, currently it is not being used |
|
I pushed another commit for |
Can I ask for the rationale is it just good practice or was it compiler giving warnings? (I am relatively new to rust.) |
The compiler was erroring. For example that is why this CI was failing https://github.com/apache/datafusion/actions/runs/12847267558/job/35825203912 |
…ub.com/logan-keede/datafusion into deprecate_max_statistics_size_properly
|
I thought this was done, apparently not. Please review the changes and let me know if we need to make more changes before merging this PR. @alamb |
|
Thanks again @logan-keede |
Which issue does this PR close?
Closes #14172
Rationale for this change
Mark
max_size_statisticsdeprecatedWhat changes are included in this PR?
Are these changes tested?
builds properly, no functional changes
Are there any user-facing changes?
not yet.