nk1506 commented on issue #10707: URL: https://github.com/apache/iceberg/issues/10707#issuecomment-2236218110
Hi @chenwyi2 , As I mentioned before if `write.metadata.metrics.default` has been configured it won't honour `write.metadata.metrics.max-inferred-column-defaults`. Since in your case `write.metadata.metrics.default` has been configured with value `full`. That's why it is not considering `write.metadata.metrics.max-inferred-column-defaults`. You can refer here https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/MetricsConfig.java#L125. -- 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]
