pvary commented on code in PR #13645:
URL: https://github.com/apache/iceberg/pull/13645#discussion_r2243528051


##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSinkV2DistributionMode.java:
##########
@@ -556,7 +556,7 @@ public void testRangeDistributionStatisticsMigration() 
throws Exception {
       // sometimes
       assertThat(addedDataFiles).hasSize(writeParallelism);
       // verify there is no overlap in min-max stats range
-      if (writeParallelism > 1) {
+      if (writeParallelism > 2) {

Review Comment:
   If this test is permanently failing then this is new.
   I have seen flaky tests, and @stevenzwu is planning to take care some of 
them. The current failures seem unrelated.



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