stevenzwu commented on code in PR #13645:
URL: https://github.com/apache/iceberg/pull/13645#discussion_r2243833199
##########
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:
While we can continue to investigate the flaky issue and recent failure
probability change, I am going to create a PR to disable this test for now so
that this doesn't block unrelated PRs like this one.
--
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]