marin-ma commented on PR #10480: URL: https://github.com/apache/incubator-gluten/pull/10480#issuecomment-3197531790
Seems like the CH CI failure is not caused by this change ``` 2025-08-18T14:05:15.236Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project gluten-iceberg: Compilation failure [2025-08-18T14:05:15.236Z] [ERROR] /home/jenkins/agent/workspace/gluten/gluten-ci-arm/ut-stage-5/gluten-iceberg/src/main/java/org/apache/gluten/substrait/rel/IcebergLocalFilesNode.java:[22,25] error: cannot access DeleteFile [2025-08-18T14:05:15.236Z] [ERROR] 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-08-18T14:05:15.236Z] [ERROR] class file has wrong version 55.0, should be 52.0 [2025-08-18T14:05:15.236Z] [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [2025-08-18T14:05:15.236Z] [ERROR] [2025-08-18T14:05:15.236Z] [ERROR] -> [Help 1] [2025-08-18T14:05:15.236Z] [ERROR] [2025-08-18T14:05:15.236Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [2025-08-18T14:05:15.236Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2025-08-18T14:05:15.236Z] [ERROR] [2025-08-18T14:05:15.236Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2025-08-18T14:05:15.236Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [2025-08-18T14:05:15.236Z] [ERROR] [2025-08-18T14:05:15.236Z] [ERROR] After correcting the problems, you can resume the build with the command [2025-08-18T14:05:15.236Z] [ERROR] mvn <args> -rf :gluten-iceberg ``` -- 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]
