zhztheplayer opened a new pull request, #13381: URL: https://github.com/apache/iceberg/pull/13381
Issue: https://github.com/apache/iceberg/issues/13380 Currently some errors like `error: cannot access JavaRDD` will be thrown when building Iceberg + Spark 4.0 with JDK 11. The patch adds a check in Gradle script to require a minimal version 17 JDK. Once not satisfied, reports the following error: ``` * What went wrong: A problem occurred evaluating script. > Build with Spark 4.0 support requires minimum JDK version 17, found JDK version: 11 ``` -- 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