bkmgit commented on a change in pull request #11735: URL: https://github.com/apache/arrow/pull/11735#discussion_r759411175
########## File path: dev/release/verify-release-candidate.sh ########## @@ -531,16 +530,34 @@ test_integration() { $INTEGRATION_TEST_ARGS } -clone_testing_repositories() { - # Clone testing repositories if not cloned already - if [ ! -d "arrow-testing" ]; then - git clone https://github.com/apache/arrow-testing.git +get_source_distribution() { + ARROW_DIR="$(dirname $(dirname ${SOURCE_DIR}))" Review comment: Fixed. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org