zhouyuan commented on PR #8161:
URL: 
https://github.com/apache/incubator-gluten/pull/8161#issuecomment-2594542313

   @ArnavBalyan 
   The code looks in good shape now, would you please also check the CK backend 
failure?
   I think you may need to write a dummy impl for CK
   
   ```
   18:16:15  [ERROR] 
/home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-5/backends-clickhouse/src/main/scala/org/apache/gluten/backendsapi/clickhouse/CHSparkPlanExecApi.scala:67:
 error: class CHSparkPlanExecApi needs to be abstract.
   18:16:15  [ERROR] Missing implementation for member of trait 
SparkPlanExecApi:
   18:16:15  [ERROR]   def genColumnarRangeExec(start: Long, end: Long, step: 
Long, numSlices: Int, numElements: BigInt, outputAttributes: 
Seq[org.apache.spark.sql.catalyst.expressions.Attribute], child: 
Seq[org.apache.spark.sql.execution.SparkPlan]): 
org.apache.gluten.execution.RangeExecBaseTransformer = ???
   18:16:15  [ERROR] 
   18:16:15  [ERROR] class CHSparkPlanExecApi extends SparkPlanExecApi with 
Logging {
   18:16:15  [ERROR]       ^
   18:16:15  [WARNING] 3 warnings
   18:16:15  [ERROR] 1 error
   18:16:15  [ERROR] exception compilation error occurred!!!
   ```
   
   Cc: @taiyang-li as he is working on `RangeExec `for CK
   https://github.com/apache/incubator-gluten/pull/8518
   


-- 
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]

Reply via email to