You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "TyrantLucifer (via GitHub)" <gi...@apache.org> on 2023/03/24 18:04:28 UTC

[GitHub] [incubator-paimon] TyrantLucifer commented on a diff in pull request #714: [WIP][core] support JDK 11

TyrantLucifer commented on code in PR #714:
URL: https://github.com/apache/incubator-paimon/pull/714#discussion_r1147910547


##########
.github/workflows/e2e-tests-1.14.yml:
##########
@@ -32,10 +32,11 @@ jobs:
     steps:
       - name: Checkout code
         uses: actions/checkout@v2
-      - name: Set up JDK 1.8
-        uses: actions/setup-java@v1
+      - name: Set up JDK 11
+        uses: actions/setup-java@v2
         with:
-          java-version: 1.8
+          java-version: '11'

Review Comment:
   Specifying multiple Java versions can result in two tasks running simultaneously, utilizing parallel processing. Moreover, in 2023, GitHub has increased action resources for Apache projects, so theoretically, this should not significantly increase the time required for continuous integration. Additionally, many users are still using Java 8. Therefore, completely abandoning Java 8 may be too drastic of a strategy. :joy:



-- 
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-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org