-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 733 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "third_party/orc"]
path = third_party/orc
url = https://github.com/apache/orc.git
[submodule "third_party/tpch"]
path = third_party/tpch
url = https://github.com/tsafin/tpch-tools.git
[submodule "third_party/xsimd"]
path = third_party/xsimd
url = https://github.com/xtensor-stack/xsimd.git
[submodule "third_party/arrow"]
path = third_party/arrow
url = https://github.com/apache/arrow.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/lance"]
path = third_party/lance
url = https://github.com/tsafin/lance.git
[submodule "third_party/tpcds"]
path = third_party/tpcds
url = https://github.com/tsafin/tpchds-tools.git