JkSelf commented on PR #5398: URL: https://github.com/apache/incubator-gluten/pull/5398#issuecomment-2071439131
@ayushi-agarwal Can you help to fix the following compile error in clickhouse backend? ``` 17:47:31 [INFO] --- scala-maven-plugin:4.8.0:compile (scala-compile-first) @ backends-clickhouse --- 17:47:31 [WARNING] joda-time:joda-time/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata joda-time:joda-time/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/joda-time/joda-time/maven-metadata.xml 17:47:31 [INFO] /home/jenkins/agent/workspace/gluten/gluten-ci/gluten/backends-clickhouse/src/main/java:-1: info: compiling 17:47:31 [INFO] /home/jenkins/agent/workspace/gluten/gluten-ci/gluten/backends-clickhouse/src/main/delta-20:-1: info: compiling 17:47:31 [INFO] /home/jenkins/agent/workspace/gluten/gluten-ci/gluten/backends-clickhouse/src/main/scala:-1: info: compiling 17:47:31 [INFO] Compiling 122 source files to /home/jenkins/agent/workspace/gluten/gluten-ci/gluten/backends-clickhouse/target/scala-2.12/classes at 1713779251191 17:47:41 [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/gluten2/backends-clickhouse/src/main/scala/org/apache/spark/sql/delta/catalog/ClickHouseTableV2.scala:312: error: not found: type Expression 17:47:41 [ERROR] filterExprs: Seq[Expression]): Seq[InputPartition] = { 17:47:41 [ERROR] ^ 17:47:41 [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/gluten/backends-clickhouse/src/main/scala/org/apache/spark/sql/delta/catalog/ClickHouseTableV2.scala:312: error: not found: type Expression 17:47:41 [ERROR] filterExprs: Seq[Expression]): Seq[InputPartition] = { 17:47:41 [ERROR] ^ 17:47:41 [ERROR] one error found 17:47:41 [ERROR] one error found 17:47:41 [ERROR] exception compilation error occurred!!! ``` -- 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]
