maropu commented on a change in pull request #32604:
URL: https://github.com/apache/spark/pull/32604#discussion_r636050273



##########
File path: build/mvn
##########
@@ -78,7 +78,7 @@ install_app() {
       echo "  ${local_tarball}" >> ${local_checksum} # two spaces + file are 
important!
       # Assuming SHA512 here for now
       echo "Veryfing checksum from ${local_checksum}" 1>&2
-      if ! shasum -a 512 -q -c "${local_checksum}" ; then
+      if ! shasum -a 512 -c "${local_checksum}" > /dev/null 2>&1 ; then

Review comment:
       please update the PR description, too.




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to