openinx commented on pull request #1348:
URL: https://github.com/apache/iceberg/pull/1348#issuecomment-686281454
The broken unit test for jdk11 is ( jdk8 works fine):
```
org.apache.iceberg.spark.sql.TestCreateTableAsSelect >
testDataFrameV2Replace[1] FAILED
java.lang.AssertionError: Should have rows matching the source table:
number of results should match expected:<3> but was:<6>
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.testDataFrameV2Replace(TestCreateTableAsSelect.java:206)
```
----------------------------------------------------------------
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]