You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/27 06:33:57 UTC

[GitHub] [arrow] kou commented on a change in pull request #10168: ARROW-12555: [Java][Release] Java post-release script misses dataset JNI bindings

kou commented on a change in pull request #10168:
URL: https://github.com/apache/arrow/pull/10168#discussion_r620905402



##########
File path: dev/release/post-11-java.sh
##########
@@ -39,24 +39,36 @@ curl \
 rm -rf ${archive_name}
 tar xf ${tar_gz}
 
+pushd ${archive_name}
+
+# clone the testing data to the appropiate directories
+git clone https://github.com/apache/arrow-testing testing

Review comment:
       ```suggestion
   git clone https://github.com/apache/arrow-testing.git testing
   ```




-- 
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:
users@infra.apache.org