Aggarwal-Raghav commented on code in PR #6217:
URL: https://github.com/apache/hive/pull/6217#discussion_r2576701611
##########
.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:
Small doubt, I might be wrong. My understanding is that docker upload will
happen on nightly basis. So in that case, same local m2 will be used for each
subsequent day?
In UT CI also, or build workflow also, we are not caching m2. For each PR it
gets artifacts from artifactory rather than from local m2.
--
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]