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 19:47:49 UTC

[arrow-datafusion] branch master updated: Add Arrow and Parquet submodules (#9)

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-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new e717559  Add Arrow and Parquet submodules (#9)
e717559 is described below

commit e717559ebf689dba6398ad2f6e8e2c3ab2dbc54a
Author: Andy Grove <an...@users.noreply.github.com>
AuthorDate: Sun Apr 18 13:47:39 2021 -0600

    Add Arrow and Parquet submodules (#9)
---
 .gitmodules     | 6 ++++++
 arrow-testing   | 1 +
 parquet-testing | 1 +
 3 files changed, 8 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..86e2f06
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "testing"]
+	path = arrow-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/arrow-testing b/arrow-testing
new file mode 160000
index 0000000..b658b08
--- /dev/null
+++ b/arrow-testing
@@ -0,0 +1 @@
+Subproject commit b658b087767b041b2081766814655b4dd5a9a439
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