rdblue commented on code in PR #17116:
URL: https://github.com/apache/iceberg/pull/17116#discussion_r3532148737


##########
core/src/main/java/org/apache/iceberg/MetricsUtil.java:
##########
@@ -554,63 +553,4 @@ static Map<Integer, ByteBuffer> upperBounds(ContentStats 
stats) {
 
     return result.isEmpty() ? null : Collections.unmodifiableMap(result);
   }
-
-  static ContentStats fromMetrics(Schema schema, Metrics metrics) {

Review Comment:
   This was only used in tests and is not the right way to produce stats 
structures.
   
   I'm also refactoring the stats structures, so removing this makes the next 
set of changes easier



-- 
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]

Reply via email to