brijrajk commented on PR #12151: URL: https://github.com/apache/gluten/pull/12151#issuecomment-4781326467
The only failing check in the current run is `spark-test-spark41`. This is a pre-existing flaky failure unrelated to this PR — the same job fails on other unrelated branches (e.g. `patch-2`, run [28017662307](https://github.com/apache/gluten/actions/runs/28017662307)) with no test log artifacts uploaded (`No files were found: surefire-reports/TEST-*.xml`), indicating an infrastructure-level issue rather than a test regression. All Spark version checks relevant to this change pass: - `spark-test-spark40` — passed (was failing before the fix) - `spark-test-spark34`, `spark-test-spark35` — passed - All TPC-DS matrix runs — passed The earlier CI failures on this branch (runs [27941084793](https://github.com/apache/gluten/actions/runs/27941084793) etc.) were from the actual bug — `BloomFilterMightContainJointRewriteRule` rewriting every `BloomFilterAggregate` including the standalone `DataFrame.stat.bloomFilter()` path. That has been fixed and `GlutenDataFrameStatSuite` now passes. -- 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]
