nastra commented on code in PR #17022:
URL: https://github.com/apache/iceberg/pull/17022#discussion_r3518313212
##########
core/src/main/java/org/apache/iceberg/MetricsModes.java:
##########
@@ -59,7 +59,12 @@ public static MetricsMode fromString(String mode) {
*
* <p>Implementations must be immutable.
*/
- public interface MetricsMode extends Serializable {}
+ public interface MetricsMode extends Serializable {
+ default boolean hasBounds() {
Review Comment:
is this used anywhere? it's not clear from the PR description why this is
being added
--
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]