zhztheplayer commented on PR #8890: URL: https://github.com/apache/incubator-gluten/pull/8890#issuecomment-3135225460
CH CI error 1: ``` [2025-07-30T06:19:56.234Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci/ut-stage-6/gluten-iceberg/src/main/java/org/apache/gluten/substrait/rel/IcebergLocalFilesBuilder.java:[19,25] error: cannot access DeleteFile [2025-07-30T06:19:56.234Z] bad class file: /root/.m2/repository/org/apache/iceberg/iceberg-spark-runtime-3.5_2.13/1.8.0/iceberg-spark-runtime-3.5_2.13-1.8.0.jar(org/apache/iceberg/DeleteFile.class) [2025-07-30T06:19:56.234Z] class file has wrong version 55.0, should be 52.0 [2025-07-30T06:19:56.234Z] Please remove or make sure it appears in the correct subdirectory of the classpath. ``` This may be because the lack of a `-D java-17` in the Jenkins config as I mentioned in https://github.com/apache/incubator-gluten/pull/8890#issuecomment-3132280043 CH CI error 2: ``` [2025-07-30T06:21:52.706Z] [ERROR] Failed to execute goal on project backends-clickhouse: Could not resolve dependencies for project org.apache.gluten:backends-clickhouse:jar:1.5.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.iceberg:iceberg-flink-runtime-1.16:jar:1.8.0, org.apache.iceberg:iceberg-flink-1.16:jar:tests:1.8.0, org.apache.iceberg:iceberg-flink-1.16:jar:1.8.0: Could not find artifact org.apache.iceberg:iceberg-flink-runtime-1.16:jar:1.8.0 in ali-repo (http://nexus.cicd:8081/repository/maven-public/) -> [Help 1] ``` We may need to update [`iceberg-flink-runtime-1.16`](https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-flink-runtime-1.16) to [`iceberg-flink-runtime-1.18`](https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-flink-runtime-1.18)? -- 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]
