zhouyuan commented on code in PR #5462:
URL: https://github.com/apache/incubator-gluten/pull/5462#discussion_r1577236758
##########
backends-clickhouse/src/main/scala/org/apache/gluten/backendsapi/clickhouse/CHSparkPlanExecApi.scala:
##########
@@ -681,6 +681,14 @@ class CHSparkPlanExecApi extends SparkPlanExecApi {
throw new GlutenNotSupportException("ColumnarWriteFilesExec is not support
in ch backend.")
}
+ override def createColumnarArrowEvalPythonExec(
+ udfs: Seq[PythonUDF],
+ resultAttrs: Seq[Attribute],
+ child: SparkPlan,
+ evalType: Int): SparkPlan = {
+ throw new GlutenNotSupportException("ColumnarArrowEvalPythonExec is not
support in ch backend.")
+ }
+
Review Comment:
CC @lgbo-ustc for notice this change
--
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]