kou commented on issue #37971:
URL: https://github.com/apache/arrow/issues/37971#issuecomment-1742214455
@davisusanibar @assignUser @raulcd Can we just remove the java-nightly cache?
```diff
diff --git a/.github/workflows/java_nightly.yml
b/.github/workflows/java_nightly.yml
index 4440d36d1..41843d663 100644
--- a/.github/workflows/java_nightly.yml
+++ b/.github/workflows/java_nightly.yml
@@ -73,12 +73,6 @@ jobs:
fi
echo $PREFIX
archery crossbow download-artifacts -f java-jars -t binaries
$PREFIX
- - name: Cache Repo
- uses: actions/cache@v3
- with:
- path: repo
- key: java-nightly-${{ github.run_id }}
- restore-keys: java-nightly
- name: Sync from Remote
uses: ./arrow/.github/actions/sync-nightlies
with:
```
--
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]