andygrove commented on PR #5255:
URL: 
https://github.com/apache/datafusion-comet/pull/5255#issuecomment-5181963761

   I have catalogued the CI failures from this audit run in #5259.
   
   Run: https://github.com/apache/datafusion-comet/actions/runs/30920419488
   
   8 failing jobs, 4 distinct root causes:
   
   1. `CometIcebergRewriteActionSuite` (4 tests, Spark 3.4/3.5/4.0/4.1): the 
`AppendData` plan filter is stale, as noted in the PR description.
   2. `ClassCastException: IcebergCommitExec cannot be cast to 
V2TableWriteExec` in Iceberg's own 
`TestSystemFunctionPushDownInRowLevelOperations` (7 failures on Iceberg 1.8, 12 
each on 1.9/1.10/1.11).
   3. 36 `TestCopyOnWriteMergeMetrics` failures on Iceberg 1.11: 
`spark.merge-into.num-target-rows-copied` is missing from the snapshot summary. 
The merge-on-read equivalents pass.
   4. `TestCachedTableRefresh.testCachedTableWithSessionSchemaChangeAddColumn` 
on Iceberg 1.11 (2 parameterizations).
   
   Buckets 3 and 4 are behaviour gaps rather than stale test expectations, so 
they need fixing before the flag can default to `true`.
   
   One caveat on reading these results: `PR Build (Linux) / Spark 4.2, JDK 17 
[scans]` passing is not a signal. Iceberg is not on the 4.2 classpath, so every 
Iceberg suite cancels 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]

Reply via email to