stevenzwu commented on code in PR #13645:
URL: https://github.com/apache/iceberg/pull/13645#discussion_r2243804206
##########
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 `testRangeDistributionStatisticsMigration` test in both
`TestFlinkIcebergSinkDistributionMode` and
`TestFlinkIcebergSinkV2DistributionMode` with Flink 2.0 in Intellij. In both
cases, it is consistently failing.
Yes, there is a bit flakiness of this test as reported in issue #11835 . but
this is definitely sth new that it fails consistently now.
--
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]