This is an automated email from the ASF dual-hosted git repository.

uwe 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 9bd5294  ARROW-4459: [Testing] Add arrow-testing repo as submodule
9bd5294 is described below

commit 9bd5294277e516c0f7a9caaa9ff2f1346f7297b3
Author: Andy Grove <andygrov...@gmail.com>
AuthorDate: Mon Feb 4 16:03:31 2019 +0100

    ARROW-4459: [Testing] Add arrow-testing repo as submodule
    
    This PR adds the arrow-testing repo as a submodule in the directory 
`testing`.
    
    Author: Andy Grove <andygrov...@gmail.com>
    
    Closes #3547 from andygrove/ARROW-4459 and squashes the following commits:
    
    522ac269 <Andy Grove> Add arrow-testing submodule
---
 .gitmodules | 3 +++
 testing     | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.gitmodules b/.gitmodules
index 71722b2..6efc487 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "cpp/submodules/parquet-testing"]
        path = cpp/submodules/parquet-testing
        url = https://github.com/apache/parquet-testing.git
+[submodule "testing"]
+       path = testing
+       url = https://github.com/apache/arrow-testing
diff --git a/testing b/testing
new file mode 160000
index 0000000..6ee39a9
--- /dev/null
+++ b/testing
@@ -0,0 +1 @@
+Subproject commit 6ee39a9d17b0902b7372c22b9ff823304c69d709

Reply via email to