flyrain commented on pull request #3530:
URL: https://github.com/apache/iceberg/pull/3530#issuecomment-965660752
The following test failure is not related. It doesn't go through the code
changed, and runs well in my laptop.
```
org.apache.iceberg.flink.TestFlinkTableSink >
testHashDistributeMode[catalogName=testhadoop_basenamespace,
baseNamespace=l0.l1, format=ORC, 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:281)
```
--
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]