kou commented on code in PR #47831: URL: https://github.com/apache/arrow/pull/47831#discussion_r2434624733
########## dev/release/verify-release-candidate.sh: ########## @@ -1027,8 +1027,10 @@ TEST_SUCCESS=no setup_tempdir ensure_source_directory -test_source_distribution -test_binary_distribution +# Run source and binary tests in subshells so environment variables +# set for source testing aren't exposed to the binary tests. +(test_source_distribution) +(test_binary_distribution) Review Comment: We don't need this, right? ```suggestion test_binary_distribution ``` -- 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]
