pan3793 commented on code in PR #12494: URL: https://github.com/apache/iceberg/pull/12494#discussion_r2048265817
########## .github/workflows/java-ci.yml: ########## @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - jvm: [11, 17, 21] Review Comment: Java 11 compatibility is still guarded by `javac`/`scalac` compile options `-release:11`, in other words, jar compiled via Java 17/21 still works with Java 11 runtime. https://github.com/apache/iceberg/blob/013d09e473faada1a3b21c155964ec4d1254d69d/build.gradle#L189-L192 https://github.com/apache/iceberg/blob/013d09e473faada1a3b21c155964ec4d1254d69d/build.gradle#L238-L246 -- 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