the-other-tim-brown commented on code in PR #17732:
URL: https://github.com/apache/hudi/pull/17732#discussion_r2651859355


##########
.github/workflows/bot.yml:
##########
@@ -1174,7 +1174,7 @@ jobs:
           SCALA_PROFILE: '-Dscala-2.12 -Dscala.binary.version=2.12'
         run: |
           echo "Downloading $SPARK_ARCHIVE"
-          curl https://archive.apache.org/dist/spark/$SPARK_ARCHIVE 
--create-dirs -o $GITHUB_WORKSPACE/$SPARK_ARCHIVE
+          curl --retry 5 https://archive.apache.org/dist/spark/$SPARK_ARCHIVE 
--create-dirs -o $GITHUB_WORKSPACE/$SPARK_ARCHIVE

Review Comment:
   Hudi is on an older version of spark that is not available so it is not 
worth changing at this point



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