PerumalsamyR commented on PR #12544: URL: https://github.com/apache/gluten/pull/12544#issuecomment-5003591895
The four failing jobs all appear to be environment issues unrelated to this change: - `spark-test-spark41` and `spark-test-spark41-slow`: the surefire fork for `backends-velox` aborts with exit code 134 (SIGABRT) right after the Velox backend initializes, before the gluten-ut modules run — same signature as #12534. - `spark-test-spark40` and `spark-test-spark35-slow` (second workflow run): `install-spark-resources.sh` failed to download the Spark tarball from the mirror (`Connection timed out` / `Unable to establish SSL connection`). The same jobs passed in the other workflow run. The re-enabled `QueryExecutionErrorsSuite` tests passed where they ran (spark35 and spark40 jobs), with the expected translated error: ``` org.apache.spark.SparkArrayIndexOutOfBoundsException: [INVALID_BITMAP_POSITION] The 0-indexed bitmap position 32768 is out of bounds. The bitmap has 32768 bits (4096 bytes). SQLSTATE: 22003 - INVALID_BITMAP_POSITION: position out of bounds - INVALID_BITMAP_POSITION: negative position ``` Could a committer please re-run the failed jobs? Thanks! -- 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]
