zhouyuan commented on PR #9257: URL: https://github.com/apache/incubator-gluten/pull/9257#issuecomment-2787647579
@dcoliversun thanks for checking, it looks like this will break the CK backend, would you please fix this issue? https://opencicd.kyligence.com/job/gluten/job/gluten-ci/15547/ ``` [2025-04-08T10:01:19.987Z] [WARNING] Applicable -Wconf / @nowarn filters for this warning: msg=<part of the message>, cat=deprecation [2025-04-08T10:01:25.577Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-3/backends-clickhouse/src/main/scala/org/apache/spark/rpc/GlutenDriverEndpoint.scala:35: error: not found: type IsolatedThreadSafeRpcEndpoint [2025-04-08T10:01:25.577Z] [ERROR] class GlutenDriverEndpoint extends IsolatedThreadSafeRpcEndpoint with Logging { [2025-04-08T10:01:25.577Z] [ERROR] ^ [2025-04-08T10:01:25.577Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-3/backends-clickhouse/src/main/scala/org/apache/gluten/backendsapi/clickhouse/CHListenerApi.scala:48: error: value self is not a member of org.apache.spark.rpc.GlutenDriverEndpoint [2025-04-08T10:01:25.577Z] [ERROR] GlutenDriverEndpoint.glutenDriverEndpointRef = (new GlutenDriverEndpoint).self [2025-04-08T10:01:25.577Z] [ERROR] ^ [2025-04-08T10:01:25.577Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-3/backends-clickhouse/src/main/scala/org/apache/spark/rpc/GlutenExecutorEndpoint.scala:30: error: not found: type IsolatedThreadSafeRpcEndpoint [2025-04-08T10:01:25.577Z] [ERROR] extends IsolatedThreadSafeRpcEndpoint [2025-04-08T10:01:25.577Z] [ERROR] ^ [2025-04-08T10:01:25.610Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-1/backends-clickhouse/src/main/scala/org/apache/spark/rpc/GlutenDriverEndpoint.scala:35: error: not found: type IsolatedThreadSafeRpcEndpoint [2025-04-08T10:01:25.617Z] [ERROR] class GlutenDriverEndpoint extends IsolatedThreadSafeRpcEndpoint with Logging { [2025-04-08T10:01:25.617Z] [ERROR] ^ [2025-04-08T10:01:25.617Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-1/backends-clickhouse/src/main/scala/org/apache/gluten/backendsapi/clickhouse/CHListenerApi.scala:48: error: value self is not a member of org.apache.spark.rpc.GlutenDriverEndpoint [2025-04-08T10:01:25.617Z] [ERROR] GlutenDriverEndpoint.glutenDriverEndpointRef = (new GlutenDriverEndpoint).self [2025-04-08T10:01:25.617Z] [ERROR] ^ [2025-04-08T10:01:25.617Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-1/backends-clickhouse/src/main/scala/org/apache/spark/rpc/GlutenExecutorEndpoint.scala:30: error: not found: type IsolatedThre ``` -- 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]
