zhouyuan commented on PR #8161: URL: https://github.com/apache/incubator-gluten/pull/8161#issuecomment-2595777909
Hi @ArnavBalyan Here's the new failure: ``` [2025-01-16T08:22:49.210Z] - gluten-7077 bug in cross broad cast join *** FAILED *** [2025-01-16T08:22:49.210Z] org.apache.gluten.exception.GlutenNotSupportException: ColumnarRange is not supported in ch backend. [2025-01-16T08:22:49.210Z] at org.apache.gluten.backendsapi.clickhouse.CHSparkPlanExecApi.genColumnarRangeExec(CHSparkPlanExecApi.scala:943) [2025-01-16T08:22:49.210Z] at org.apache.gluten.extension.columnar.offload.OffloadOthers$ReplaceSingleNode.doReplace(OffloadSingleNodeRules.scala:336) [2025-01-16T08:22:49.210Z] at org.apache.gluten.extension.columnar.offload.OffloadOthers.offload(OffloadSingleNodeRules.scala:182) [2025-01-16T08:22:49.210Z] at org.apache.gluten.extension.columnar.heuristic.LegacyOffload$$anonfun$$nestedInanonfun$apply$1$1.applyOrElse(LegacyOffload.scala:28) [2025-01-16T08:22:49.210Z] at org.apache.gluten.extension.columnar.heuristic.LegacyOffload$$anonfun$$nestedInanonfun$apply$1$1.applyOrElse(LegacyOffload.scala:28) [2025-01-16T08:22:49.210Z] at org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformUpWithPruning$2(TreeNode.scala:515) [2025-01-16T08:22:49.210Z] at org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(origin.scala:76) [2025-01-16T08:22:49.210Z] at org.apache.spark.sql.catalyst.trees.TreeNode.transformUpWithPruning(TreeNode.scala:515) [2025-01-16T08:22:49.210Z] at org.apache.spark.sql.catalyst.trees.TreeNode.transformUp(TreeNode.scala:488) [2025-01-16T08:22:49.210Z] at org.apache.gluten.extension.columnar.heuristic.LegacyOffload.$anonfun$apply$1(LegacyOffload.scala:28) ``` For CK backend Jenkins log please check here: https://github.com/apache/incubator-gluten/blob/main/docs/get-started/ClickHouse.md#new-ci-system Thanks, -yuan -- 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]
