gaborkaszab commented on code in PR #14989:
URL: https://github.com/apache/iceberg/pull/14989#discussion_r2672398523


##########
core/src/test/java/org/apache/iceberg/PartitionStatsHandlerTestBase.java:
##########
@@ -734,4 +734,29 @@ private static boolean isEqual(
         && Objects.equals(stats1.lastUpdatedAt(), stats2.lastUpdatedAt())
         && Objects.equals(stats1.lastUpdatedSnapshotId(), 
stats2.lastUpdatedSnapshotId());
   }
+
+  @SuppressWarnings("checkstyle:CyclomaticComplexity")

Review Comment:
   This is temporarily needed because the tests write stats using 
PartitionStatistics, however the tests use still use PartitionStats on the read 
path. When comparing expectations with actual stats we need this function. Will 
be dropped with the follow-up PR



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