openinx commented on PR #4553:
URL: https://github.com/apache/iceberg/pull/4553#issuecomment-1107688576

   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)
   ```


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