okumin commented on code in PR #6217:
URL: https://github.com/apache/hive/pull/6217#discussion_r2579662941


##########
.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:
   I'm thinking of adding a button to run docker-build and smoke tests for each 
pull request in the following or follow-up ticket. Also, you would have to run 
the job many times when you have a chance to update docker-GA-images. I've 
executed it more than 100 times to verify my changes.
   https://issues.apache.org/jira/browse/HIVE-29260



-- 
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]

Reply via email to