From b6c1eb5ee9d3bfdce8fc8352840bb45b5bcdcf10 Mon Sep 17 00:00:00 2001 From: Yuan Date: Thu, 7 Jan 2021 08:46:11 +0800 Subject: [PATCH] adding arrow-data-source as submodule (#13) Signed-off-by: Yuan Zhou --- .gitmodules | 3 +++ dep/arrow-data-source | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 dep/arrow-data-source diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..2d9d38326 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dep/arrow-data-source"] + path = dep/arrow-data-source + url = https://github.com/oap-project/arrow-data-source diff --git a/dep/arrow-data-source b/dep/arrow-data-source new file mode 160000 index 000000000..0ae27bcf9 --- /dev/null +++ b/dep/arrow-data-source @@ -0,0 +1 @@ +Subproject commit 0ae27bcf90731360de8135c8ba4002d943ce6d64