CuteChuanChuan commented on issue #13178: URL: https://github.com/apache/iceberg/issues/13178#issuecomment-2927527595
Hi @ajantha-bhat , I have a question about building Iceberg with Spark 4.0 support. **Environment:** - Java 11 - Scala 2.13 - Clean checkout of main branch **Issue:** Without making any changes, running `./gradlew clean build -x test -x integrationTest --no-build-cache` fails at task `:iceberg-spark:iceberg-spark-4.0_2.13:compileScala` with compilation errors (cannot find Spark classes). However, `./gradlew :iceberg-spark:iceberg-spark-4.0_2.13:compileJava` succeeds, and dependencies are correctly resolved. **Questions:** 1. Is this a known issue with the current build setup? 2. Should I address this Scala compilation failure, or is there a recommended workaround? Thank you. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org