alamb commented on code in PR #13663:
URL: https://github.com/apache/datafusion/pull/13663#discussion_r1912451041
##########
datafusion/common/src/config.rs:
##########
@@ -1653,10 +1649,6 @@ config_namespace_with_hashmap! {
/// Sets bloom filter number of distinct values. If NULL, uses
/// default parquet options
pub bloom_filter_ndv: Option<u64>, default = None
-
- /// Sets max statistics size for the column path. If NULL, uses
- /// default parquet options
- pub max_statistics_size: Option<usize>, default = None
Review Comment:
I think it is a mistake to remove this field directly -- we should put it
back in and figure out some way to mark it deprecated
--
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]