kbendick opened a new issue #2026: URL: https://github.com/apache/iceberg/issues/2026
I noticed that on the icenberg website, there doesn't appear to be any mention of the possible metric modes or the metrics configuration. The values that need documentation are in core, found in `org.apache.iceberg.MetricsModes`: https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/MetricsModes.java https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/MetricsConfig.java The possible values are `full`, `none`, `truncate`, and `count`. I couldn't find any discussion on the configuration of metrics on the github website. I came acrosss this as I've been working on this ticket for adding support for not starts_with: https://github.com/apache/iceberg/issues/1952. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
