zhztheplayer commented on issue #10011:
URL:
https://github.com/apache/incubator-gluten/issues/10011#issuecomment-2987281879
@FelixYBW Could be related to some pom settings on surefire option
'skipTests', we can do a trivial fix to enable the base test first.
@jinchengchenghh I ran locally all the Java tests (except for CH backend)
and saw some Iceberg test failures:
```
[ERROR] Failures:
[ERROR]
org.apache.iceberg.spark.source.TestSparkReaderDeletes.testMultiplePosDeleteFiles
[ERROR] Run 1:
TestSparkReaderDeletes>DeleteReadTests.testMultiplePosDeleteFiles:445->DeleteReadTests.checkDeleteCount:211
[Table should contain expected number of deletes]
expected: 3L
but was: 0L
[ERROR] Run 2:
TestSparkReaderDeletes>DeleteReadTests.testMultiplePosDeleteFiles:445->DeleteReadTests.checkDeleteCount:211
[Table should contain expected number of deletes]
expected: 3L
but was: 0L
[ERROR] Run 3:
TestSparkReaderDeletes>DeleteReadTests.testMultiplePosDeleteFiles:445->DeleteReadTests.checkDeleteCount:211
[Table should contain expected number of deletes]
expected: 3L
but was: 0L
```
(Hopefully they are not related to my work on
https://github.com/apache/incubator-gluten/pull/9996)
We may be able to disable these tests first (add @Ignore on the classes) and
send a PR to enable other Java tests first? To unblock other ongoing PRs from
merging.
--
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]