stevenzwu commented on code in PR #13645:
URL: https://github.com/apache/iceberg/pull/13645#discussion_r2243810846
##########
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:
I tried the same test method in `TestFlinkIcebergSinkDistributionMode` for
Flink 1.20 with 1.9 branch. It works fine in Intellij.
Updated: it is also flaky with high chance of failure.
--
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]