From 9e9aa2a8b4228c45cf19c02433bc95e4bae5b376 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 20 Mar 2025 23:05:22 +0100 Subject: [PATCH 1/2] switch to the motherduck fork that tracks duckdb with the compressed-vector support --- duckdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duckdb b/duckdb index 8e52ec4..69f5c59 160000 --- a/duckdb +++ b/duckdb @@ -1 +1 @@ -Subproject commit 8e52ec43959ab363643d63cb78ee214577111da4 +Subproject commit 69f5c59cae4c6cca52ecb89ae4682fcb034f10b6 From 7197f6a8c856030599d0a5655269fa3d5c237ea7 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 20 Mar 2025 23:10:21 +0100 Subject: [PATCH 2/2] add .gitmodules change --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 01b02cb..fe54e90 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "duckdb"] path = duckdb - url = https://github.com/duckdb/duckdb - branch = main + url = https://github.com/motherduckdb/duckdb + branch = 69f5c59cae [submodule "extension-ci-tools"] path = extension-ci-tools url = https://github.com/duckdb/extension-ci-tools - branch = main \ No newline at end of file + branch = main