github-actions[bot] commented on PR #12781: URL: https://github.com/apache/gluten/pull/12781#issuecomment-5347550282
# ANSI Mode Test Analysis Report (Spark 4.1) > [!NOTE] > Expression-level ANSI mode offload coverage analysis. > Test config: `spark.sql.ansi.enabled=true`, `spark.gluten.sql.ansiFallback.enabled=false`. > - **Passed (🟢)**: Velox correctly handles ANSI semantics > - **Fallback (🔴)**: Expression falls back to Spark execution, needs ANSI support in Velox > - **Failed (🟡)**: Velox executes but ANSI error behavior differs from Spark, needs exception handling fix **ANSI Offload suites: 70 tests, 11648 records** | **Other suites: 3331 tests** ## ANSI Offload ### Overview (ANSI Offload Expression Records) | Classification | Count | % | |---|---|---| | 🟢 Passed | 10944 | 94.0% | | 🟡 Failed | 1 | 0.0% | | 🔴 Fallback | 703 | 6.0% | ### Per-Suite Summary | Suite | 🟢 Passed | 🟡 Failed | 🔴 Fallback | |---|---|---|---| | GlutenTryCastSuite | 10926 (94%) | 0 | 703 | | GlutenDecimalExpressionSuite | 18 (95%) | 1 | 0 | ### Failure Cause Analysis (1 failures) | Cause | Count | Description | |---|---|---| | WRONG_EXCEPTION | 1 | Exception wrapped as SparkException | ## Other (28 failures) | Suite | Failures | |---|---| | GlutenHiveTableScanSuite | 10 | | ScalarFunctionsValidateSuite | 9 | | MiscOperatorSuite | Support multi-children count with row construct<br/>Remainder with non-foldable right side<br/>Cast string to date | | MathFunctionsValidateSuite | decimal arithmetic<br/>decimal arithmetic respects allowPrecisionLoss captured at view analysis time | | FallbackSuite | fallback when nested loop join has unsupported expression | | UDFPartialProjectSuite | udf in agg simple | | DateFunctionsValidateSuite | make_date | | GlutenComplexTypeSuite | SPARK-33386: GetArrayItem ArrayIndexOutOfBoundsException | -- 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]
