kbendick commented on PR #4553: URL: https://github.com/apache/iceberg/pull/4553#issuecomment-1110113105
> There is a broken unit test here: > > ``` > org.apache.iceberg.flink.TestFlinkTableSource > testFilterPushDownBetween FAILED > java.lang.AssertionError: Should produce the expected record expected:<[+I[1, iceberg, 10.0], +I[2, b, 20.0]]> but was:<[+I[2, b, 20.0], +I[1, iceberg, 10.0]]> > at org.junit.Assert.fail(Assert.java:89) > at org.junit.Assert.failNotEquals(Assert.java:835) > at org.junit.Assert.assertEquals(Assert.java:120) > at org.apache.iceberg.flink.TestFlinkTableSource.testFilterPushDownBetween(TestFlinkTableSource.java:496) > ``` Hmmm this seems to be a newer breaking unit test. At least with The RC-2 there were not any breaking tests. Now that i've made the updates suggested here, let me diff the two again, catch 1.15 up to date with 1.14, and then we can go from there. -- 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]
