zhouyuan commented on issue #10175: URL: https://github.com/apache/incubator-gluten/issues/10175#issuecomment-3068764847
also observed possible flaky tests on: ``` 2025-07-14T08:42:58.3136131Z 'MapZipWith' offload to gluten 2025-07-14T08:42:58.3150913Z - MapZipWith *** FAILED *** 2025-07-14T08:42:58.3152816Z Incorrect evaluation: map_zip_with(map(keys: [1,2,3], values: [10,20,30]), null, lambdafunction(((lambda arg1#176461 * lambda arg2#176462) * lambda arg3#176463), lambda arg1#176461, lambda arg2#176462, lambda arg3#176463, false)), actual: Map(1 -> 100, 2 -> 800, 3 -> 2700), expected: null (GlutenTestsTrait.scala:281) 2025-07-14T08:42:58.5147496Z E20250714 08:42:58.514150 189459 Exceptions.h:66] Line: /work/cpp/velox/substrait/SubstraitToVeloxExpr.cc:401, Function:literalsToArrayVector, Expression: childSize > 0 (0 vs. 0) there should be at least 1 value in list literal., Source: RUNTIME, ErrorCode: INVALID_STATE 2025-07-14T08:42:58.5155750Z 08:42:58.515 WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: Project[QueryId=18363], due to: 2025-07-14T08:42:58.5159198Z - Native validation failed: 2025-07-14T08:42:58.5161195Z |- Validation failed due to exception caught at file:SubstraitToVeloxPlanValidator.cc line:1444 function:validate, thrown from file:SubstraitToVeloxExpr.cc line:401 function:literalsToArrayVector, reason:(0 vs. 0) there should be at least 1 value in list literal. 2025-07-14T08:42:58.5162760Z 2025-07-14T08:42:58.5332524Z E20250714 08:42:58.532516 189459 Exceptions.h:66] Line: /work/cpp/velox/substrait/SubstraitToVeloxExpr.cc:401, Function:literalsToArrayVector, Expression: childSize > 0 (0 vs. 0) there should be at least 1 value in list literal., Source: RUNTIME, ErrorCode: INVALID_STATE 2025-07-14T08:42:58.5341076Z 08:42:58.533 WARN org.apache.spark.sql.execution.GlutenFallbackReporter: Validation failed for plan: Project[QueryId=18364], due to: 2025-07-14T08:42:58.5342071Z - Native validation failed: 2025-07-14T08:42:58.5343755Z |- Validation failed due to exception caught at file:SubstraitToVeloxPlanValidator.cc line:1444 function:validate, thrown from file:SubstraitToVeloxExpr.cc line:401 function:literalsToArrayVector, reason:(0 vs. 0) there should be at least 1 value in list literal. ``` -- 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]
