huaxingao commented on code in PR #11257: URL: https://github.com/apache/iceberg/pull/11257#discussion_r1792517220
########## .github/workflows/java-ci.yml: ########## @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - jvm: [11, 17, 21] + jvm: [17, 21] Review Comment: This is for `build-javadoc`. Not able to do `build-javadoc` using java 11 because Spark 4.0 is build using java 17. -- 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