You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2021/04/18 15:30:30 UTC

[arrow-rs] 02/03: Add parquet-testing submodule

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

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit 28ee9a2861d21049dcc0172615d9276087292008
Author: Andy Grove <an...@gmail.com>
AuthorDate: Sun Apr 18 09:26:33 2021 -0600

    Add parquet-testing submodule
---
 .gitmodules     | 3 +++
 parquet-testing | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.gitmodules b/.gitmodules
index 1f0e912..97da927 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "testing"]
 	path = testing
 	url = https://github.com/apache/arrow-testing
+[submodule "parquet-testing"]
+	path = parquet-testing
+	url = https://github.com/apache/parquet-testing.git
diff --git a/parquet-testing b/parquet-testing
new file mode 160000
index 0000000..8e7badc
--- /dev/null
+++ b/parquet-testing
@@ -0,0 +1 @@
+Subproject commit 8e7badc6a3817a02e06d17b5d8ab6b6dc356e890