This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 732a17b ARROW-5774: [Java][Documentation] Update how to run test
732a17b is described below
commit 732a17b791de27b3b521ff7561c206054bb139fa
Author: Micah Kornfield <[email protected]>
AuthorDate: Tue Jul 2 19:16:10 2019 -0500
ARROW-5774: [Java][Documentation] Update how to run test
git submodule initialization is now necessary to get flight Certs.
Author: Micah Kornfield <[email protected]>
Closes #4737 from emkornfield/update_flight_docs and squashes the following
commits:
148429ced <Micah Kornfield> ARROW-5774: Update with git command needed to
get flight test cert
---
java/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/README.md b/java/README.md
index b19bfda..23575bf 100644
--- a/java/README.md
+++ b/java/README.md
@@ -28,6 +28,7 @@ install:
## Building and running tests
```
+git submodule update --init --recursive # Needed for flight
cd java
mvn install
```