zhangbutao commented on code in PR #5941: URL: https://github.com/apache/hive/pull/5941#discussion_r2193913214
########## .github/workflows/docker-GA-images.yml: ########## @@ -44,29 +43,24 @@ jobs: if: github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: - - - name: Checkout + - name: Checkout uses: actions/checkout@v3 - - - name: 'Set up JDK 17' + - name: 'Set up JDK 21' uses: actions/setup-java@v1 with: - java-version: 17 + java-version: 21 Review Comment: @deniskuzZ Kindly ping. Should we change this back? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org