nchammas commented on code in PR #57187:
URL: https://github.com/apache/spark/pull/57187#discussion_r3587950708
##########
.github/workflows/maven_test.yml:
##########
@@ -222,21 +213,12 @@ jobs:
SPARK_LOCAL_IP: localhost
GITHUB_PREV_SHA: ${{ github.event.before }}
steps:
- - name: Checkout Spark repository
+ - name: Bootstrap composite actions
uses: actions/checkout@v6
- # In order to fetch changed files
+ - name: Checkout and sync Spark repository
+ uses: ./.github/actions/checkout-and-sync
with:
- fetch-depth: 0
- repository: apache/spark
- # Fall back to the branch when the precompile job failed before
resolving the SHA.
Review Comment:
Good point. The deletion was unintentional. I've restored the comment in the
two locations.
--
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]