Hi, I would like to discuss the property write.metadata.metrics.max-inferred-column-defaults
issue created here https://github.com/apache/iceberg/issues/11253 The fundamental issue is that this doesn't work for all kinds of wide schemas. I need to support many arbitrary schemas so having per schema configs isn't a scalable solution for me. I'd like to build some consensus that there should be an out of the box way to bound the number of column metrics that works for ALL schemas. Then we can discuss implementations. We could introduce a new property write.metadata.metrics.max-inferred-field-defaults or change the behavior of the existing one.