This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch research
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/research by this push:
new 9032e27 feat(research): Add research submodule
9032e27 is described below
commit 9032e270da2bf50bb594ae55ed4c3d3b2be023b5
Author: acezen <[email protected]>
AuthorDate: Mon Apr 29 11:05:33 2024 +0800
feat(research): Add research submodule
Signed-off-by: acezen <[email protected]>
---
.gitmodules | 4 ++++
research | 1 +
2 files changed, 5 insertions(+)
diff --git a/.gitmodules b/.gitmodules
index 2168eb6..c4cf01b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,7 @@
[submodule "cpp/thirdparty/Catch2"]
path = cpp/thirdparty/Catch2
url = https://github.com/catchorg/Catch2.git
+[submodule "research"]
+ path = research
+ url = https://github.com/acezen/arrow.git
+ branch = encoding-graphar
diff --git a/research b/research
new file mode 160000
index 0000000..15187e9
--- /dev/null
+++ b/research
@@ -0,0 +1 @@
+Subproject commit 15187e9ceabfc37d9c7c2d7f50938514fbff3b2e
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]