ChristinaTech opened a new pull request, #7616:
URL: https://github.com/apache/iceberg/pull/7616

   This test fails in Spark 3.3 and Spark 3.4 but passes in Spark 3.1 and Spark 
3.2. This used to work properly in Iceberg 1.1.0 on Spark 3.3, so this 
assertion failing marks a regression.
   
   Failure log:
   ```
   > Task :iceberg-spark:iceberg-spark-3.3_2.12:test
   
   TestDataSourceOptions > testIncrementalScanOptions FAILED
       java.lang.AssertionError: Unprocessed count should match record count 
expected:<1> but was:<4>
           at org.junit.Assert.fail(Assert.java:89)
           at org.junit.Assert.failNotEquals(Assert.java:835)
           at org.junit.Assert.assertEquals(Assert.java:647)
           at 
org.apache.iceberg.spark.source.TestDataSourceOptions.testIncrementalScanOptions(TestDataSourceOptions.java:313)
   
   > Task :iceberg-spark:iceberg-spark-3.4_2.12:test
   
   TestDataSourceOptions > testIncrementalScanOptions FAILED
       java.lang.AssertionError: Unprocessed count should match record count 
expected:<1> but was:<4>
           at org.junit.Assert.fail(Assert.java:89)
           at org.junit.Assert.failNotEquals(Assert.java:835)
           at org.junit.Assert.assertEquals(Assert.java:647)
           at 
org.apache.iceberg.spark.source.TestDataSourceOptions.testIncrementalScanOptions(TestDataSourceOptions.java:310)
   
   ```


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