zhengruifeng commented on code in PR #56201:
URL: https://github.com/apache/spark/pull/56201#discussion_r3355645952
##########
.github/workflows/build_and_test.yml:
##########
@@ -1553,15 +1550,13 @@ jobs:
key: build-${{ hashFiles('**/pom.xml', 'project/build.properties',
'build/mvn', 'build/sbt', 'build/sbt-launch-lib.bash',
'build/spark-build-info') }}
restore-keys: |
build-
- - name: Cache Coursier local repository
- uses: actions/cache@v5
+ - name: Restore Coursier local repository
Review Comment:
Valid point. In practice `precompile` very rarely fails, and there is a plan
to make it a hard dependency (remove `continue-on-error`) in a follow-up. On
the rare failure a cold Coursier download is an acceptable trade-off — one that
already existed before this PR on any run where the per-job caches were cold.
--
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]