openinx edited a comment on pull request #4193: URL: https://github.com/apache/iceberg/pull/4193#issuecomment-1048417294
The failing unit test is still the flakey `testHashDistributionMode`, which will be resolved fundamentally in this PR https://github.com/apache/iceberg/pull/4189 ``` org.apache.iceberg.flink.TestFlinkTableSink > testHashDistributeMode[catalogName=testhive, baseNamespace=, format=PARQUET, isStreaming=true] FAILED java.lang.AssertionError: There should be 1 data file in partition 'aaa' expected:<1> but was:<2> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.apache.iceberg.flink.TestFlinkTableSink.testHashDistributeMode(TestFlinkTableSink.java:283) ``` Let's get this re-run again. -- 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]
