pvary commented on pull request #1394:
URL: https://github.com/apache/iceberg/pull/1394#issuecomment-683380801


   > Looks like the current issue is a checkstyle failure:
   > 
   > ```
   > > Task :iceberg-hive:checkstyleMain FAILED
   > [ant:checkstyle] [ERROR] 
/home/travis/build/apache/iceberg/hive/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:249:
 Trailing whitespace is not allowed. [RegexpSinglelineJava]
   > [ant:checkstyle] [ERROR] 
/home/travis/build/apache/iceberg/hive/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:249:
 Whitespace at end-of-line [RegexpSingleline]
   > ```
   
   Yeah, introduced with the new line I put it to retrigger the tests (was so 
sure about putting in that line, but IntelliJ made fun of me :))
   .
   The failure before were these, and only on Java11:
   ```
   org.apache.iceberg.spark.actions.TestExpireSnapshotsAction3 > 
dataFilesCleanupWithParallelTasks FAILED
       java.lang.AssertionError: FILE_B should be deleted
   
   org.apache.iceberg.spark.sql.TestCreateTableAsSelect > 
testUnpartitionedCTAS[1] FAILED
       java.lang.AssertionError: Should have rows matching the source table: 
number of results should match expected:<12> but was:<15>
           at org.junit.Assert.fail(Assert.java:88)
           at org.junit.Assert.failNotEquals(Assert.java:834)
           at org.junit.Assert.assertEquals(Assert.java:645)
           at 
org.apache.iceberg.spark.SparkTestBase.assertEquals(SparkTestBase.java:100)
           at 
org.apache.iceberg.spark.sql.TestCreateTableAsSelect.testUnpartitionedCTAS(TestCreateTableAsSelect.java:70)
   ```


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

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