xborder commented on code in PR #1189:
URL: https://github.com/apache/arrow-java/pull/1189#discussion_r3453467874


##########
.github/workflows/test.yml:
##########
@@ -66,7 +67,7 @@ jobs:
         uses: actions/cache@v5
         with:
           path: .docker
-          key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ 
hashFiles('compose.yaml', '**/pom.xml', '**/*.java') }}
+          key: maven-${{ matrix.jdk }}-${{ matrix.maven }}-${{ 
hashFiles('compose.yaml', '**/pom.xml') }}

Review Comment:
   This is used for [maven 
dependencies](https://github.com/xborder/arrow-java/blob/cb24576e895c0bf8e1d062e2fc82f2b53bfa2eb8/compose.yaml#L47),
 not for java binaries. It shouldn't change unless you update the dependencies. 
   Let me know if I misunderstood something



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

Reply via email to