openinx commented on pull request #3784:
URL: https://github.com/apache/iceberg/pull/3784#issuecomment-1075853937


   There are 3 failure cases from travis CI report: 
   
   ```
   org.apache.iceberg.flink.actions.TestRewriteDataFilesAction > 
testRewriteAvoidRepeateCompress[catalogName=testhive, baseNamespace=, 
format=ORC] FAILED
       java.lang.AssertionError: Action should add 1 data file 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.actions.TestRewriteDataFilesAction.testRewriteAvoidRepeateCompress(TestRewriteDataFilesAction.java:367)
   
   org.apache.iceberg.flink.actions.TestRewriteDataFilesAction > 
testRewriteAvoidRepeateCompress[catalogName=testhadoop, baseNamespace=, 
format=ORC] FAILED
       java.lang.AssertionError: Action should add 1 data file 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.actions.TestRewriteDataFilesAction.testRewriteAvoidRepeateCompress(TestRewriteDataFilesAction.java:367)
   
   org.apache.iceberg.flink.actions.TestRewriteDataFilesAction > 
testRewriteAvoidRepeateCompress[catalogName=testhadoop_basenamespace, 
baseNamespace=l0.l1, format=ORC] FAILED
       java.lang.AssertionError: Action should add 1 data file 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.actions.TestRewriteDataFilesAction.testRewriteAvoidRepeateCompress(TestRewriteDataFilesAction.java:367)
   ```


-- 
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]

Reply via email to