kou commented on a change in pull request #11735:
URL: https://github.com/apache/arrow/pull/11735#discussion_r758058663
##########
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:
`ARROW_DIR` should be the extracted source archive directory.
--
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]