From 8b521068aae033f7384fb844777e2a611467bf85 Mon Sep 17 00:00:00 2001 From: Kruglov Pavel <48961922+Avogar@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:29:33 +0200 Subject: [PATCH] Revert "Remove submodules" --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..6efc4871542c --- /dev/null +++ b/.gitmodules @@ -0,0 +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