chenjunjiedada opened a new issue #1116: URL: https://github.com/apache/iceberg/issues/1116
The current master failed to build on my local machine while it passes the
CI. I found it breaks after commit 260bfa0a33aebc25d07e9a3add46fb7ba0eeca43
gets in.
>
Task :iceberg-data:test
org.apache.iceberg.data.TestLocalScan >
testFilterWithDateAndTimestamp[1] FAILED
java.lang.AssertionError
at
org.junit.Assert.fail(Assert.java:86)
at
org.junit.Assert.assertTrue(Assert.java:41)
at
org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.iceberg.data.TestLocalScan.testFilterWithDateAndTimestamp(TestLocalScan.java:486)
org.apache.iceberg.orc.TestOrcMetrics > testMetricsForTopLevelFields FAILED
java.lang.AssertionError: expected:<1500> but was:<1499>
at
org.junit.Assert.fail(Assert.java:88)
at
org.junit.Assert.failNotEquals(Assert.java:834)
at
org.junit.Assert.assertEquals(Assert.java:118)
at
org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.iceberg.TestMetrics.assertBounds(TestMetrics.java:452)
at
org.apache.iceberg.orc.TestOrcMetrics.assertBounds(TestOrcMetrics.java:107)
----------------------------------------------------------------
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]
