Aggarwal-Raghav commented on code in PR #6217:
URL: https://github.com/apache/hive/pull/6217#discussion_r2581609288
##########
.github/workflows/docker-GA-images.yml:
##########
@@ -62,9 +62,11 @@ jobs:
uses: actions/checkout@v3
- name: 'Set up JDK 21'
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v5
with:
- java-version: 21
+ java-version: '21'
+ distribution: temurin
+ cache: maven
Review Comment:
Thanks for the reply @okumin , If you guys believe this is the correct
approach, please proceed, don't hold the PR based on my comments.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]