github-actions[bot] commented on PR #13035: URL: https://github.com/apache/gluten/pull/13035#issuecomment-5736583993
# 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: 76 tests, 11779 records** | **Other suites: 3442 tests** ## ANSI Offload ### Overview (ANSI Offload Expression Records) | Classification | Count | % | |---|---|---| | 🟢 Passed | 11167 | 94.8% | | 🟡 Failed | 1 | 0.0% | | 🔴 Fallback | 611 | 5.2% | ### Per-Suite Summary | Suite | 🟢 Passed | 🟡 Failed | 🔴 Fallback | |---|---|---|---| | GlutenTryCastSuite | 11149 (95%) | 0 | 611 | | GlutenDecimalExpressionSuite | 18 (95%) | 1 | 0 | ### Failure Cause Analysis (1 failures) | Cause | Count | Description | |---|---|---| | WRONG_EXCEPTION | 1 | Exception wrapped as SparkException | ## Other (40 failures) | Suite | Failures | |---|---| | ScalarFunctionsValidateSuite | 10 | | GlutenHiveTableScanSuite | 10 | | MiscOperatorSuite | 5 | | MathFunctionsValidateSuite | 4 | | VeloxScanSuite | parquet index based schema evolution<br/>ORC positional schema evolution | | DateFunctionsValidateSuite | make_date<br/>read as timestamp_ntz | | FallbackSuite | fallback when nested loop join has unsupported expression | | VeloxLiteralSuite | Literal Fallback | | VeloxOrcDataTypeValidationSuite | Decimal type | | VeloxParquetDataTypeValidationSuite | Decimal type | | UDFPartialProjectSuite | udf in agg simple | | GlutenDataFrameFunctionsSuite | Gluten - map with arrays | | 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]
