amoeba opened a new pull request, #49249: URL: https://github.com/apache/arrow/pull/49249
### Rationale for this change Resolves #49248 ### What changes are included in this PR? Adds a step to the `SOURCE_VOTE` step in `02-source.sh` to grab the checksum we just pushed to svn from dist.apache.org and include that checksum as a footnote in the vote thread email. I did it this way because the person running this script may run this script like, ```sh SOURCE_DEFAULT=0 SOURCE_VOTE=1 dev/release/02-source.sh 23.0.1 0 ``` So the only way to get the checksum at this point is with another SVN command or by downloading the file from dist.apache.org. ### Are these changes tested? Yes, using currently active RC and with the above command. ### Are there any user-facing changes? No. -- 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]
