pvary commented on code in PR #11216: URL: https://github.com/apache/iceberg/pull/11216#discussion_r1939006203
########## core/src/main/java/org/apache/iceberg/PartitionStatsUtil.java: ########## @@ -133,4 +134,27 @@ private static Collection<PartitionStats> mergeStats( return statsMap.values(); } + + @SuppressWarnings("checkstyle:CyclomaticComplexity") + public static boolean isEqual( + Comparator<StructLike> partitionComparator, PartitionStats stats1, PartitionStats stats2) { Review Comment: Do I understand correctly that this will never been used in production code, just in tests? Do we publish a test artifact? If so, we can put this code to the test artifact and users can depend on it. -- 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