From ff5e024827d3edaceef33a32b99aa6f22b78a1a8 Mon Sep 17 00:00:00 2001 From: Andrei Dragomir Date: Wed, 19 Feb 2025 18:27:48 +0200 Subject: [PATCH] [HSTACK] Build - disable submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 037accdbe424..14f7ce2ec08d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,13 @@ [submodule "parquet-testing"] path = parquet-testing url = https://github.com/apache/parquet-testing.git + update = none [submodule "testing"] path = testing url = https://github.com/apache/arrow-testing + update = none [submodule "datafusion-testing"] path = datafusion-testing url = https://github.com/apache/datafusion-testing.git branch = main + update = none