rdblue commented on code in PR #12496: URL: https://github.com/apache/iceberg/pull/12496#discussion_r1988117138
########## core/src/main/java/org/apache/iceberg/FieldMetrics.java: ########## @@ -27,6 +27,18 @@ public class FieldMetrics<T> { private final T lowerBound; private final T upperBound; + public FieldMetrics(int id, long valueCount, long nullValueCount) { Review Comment: These are just convenience constructors. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org