ajantha-bhat commented on code in PR #11216: URL: https://github.com/apache/iceberg/pull/11216#discussion_r1940509287
########## 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: ok. Can move to test. This is not a big code. Users can replicate it in their environment if required. Always safe to have the scope to minimum. -- 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