From 287dda92f3f5a6fca933817ec0dd98e1b559d7e0 Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Tue, 14 Apr 2026 00:37:08 +0100 Subject: [PATCH] Bump submodules to 1.5.2 --- .github/workflows/MainDistributionPipeline.yml | 4 ++-- duckdb | 2 +- extension-ci-tools | 2 +- test/sql/storage/attach_types.test | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/MainDistributionPipeline.yml b/.github/workflows/MainDistributionPipeline.yml index 03627f7c3..b38d815c9 100644 --- a/.github/workflows/MainDistributionPipeline.yml +++ b/.github/workflows/MainDistributionPipeline.yml @@ -20,7 +20,7 @@ jobs: name: Build extension binaries uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.5-variegata with: - duckdb_version: v1.5.1 + duckdb_version: v1.5.2 ci_tools_version: v1.5-variegata extension_name: postgres_scanner exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw' @@ -31,7 +31,7 @@ jobs: uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.5-variegata secrets: inherit with: - duckdb_version: v1.5.1 + duckdb_version: v1.5.2 ci_tools_version: v1.5-variegata extension_name: postgres_scanner exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_mingw' diff --git a/duckdb b/duckdb index 7dbb2e646..8a5851971 160000 --- a/duckdb +++ b/duckdb @@ -1 +1 @@ -Subproject commit 7dbb2e646fea939a89f10a55aa98c474cbb0c098 +Subproject commit 8a5851971fae891f292c2714d86046ee018e9737 diff --git a/extension-ci-tools b/extension-ci-tools index a285602bf..ec20f45aa 160000 --- a/extension-ci-tools +++ b/extension-ci-tools @@ -1 +1 @@ -Subproject commit a285602bf745d6ceaa704b5df47f08b00ca296ae +Subproject commit ec20f45aabeb9fcfcfa044dda249597f066d4826 diff --git a/test/sql/storage/attach_types.test b/test/sql/storage/attach_types.test index 9791a62a8..566b6c923 100644 --- a/test/sql/storage/attach_types.test +++ b/test/sql/storage/attach_types.test @@ -36,7 +36,7 @@ NULL NULL NULL NULL # test all types statement ok CREATE TABLE all_types_tbl AS SELECT * -EXCLUDE (float, double, ubigint, hugeint, uhugeint, nested_int_array, struct, struct_of_arrays, array_of_structs, map, "union", fixed_int_array, fixed_varchar_array, fixed_nested_int_array, fixed_nested_varchar_array, fixed_struct_array, struct_of_fixed_array, fixed_array_of_int_list, list_of_fixed_int_array, bignum) +EXCLUDE (float, double, ubigint, hugeint, uhugeint, nested_int_array, struct, struct_of_arrays, array_of_structs, map, "union", fixed_int_array, fixed_varchar_array, fixed_nested_int_array, fixed_nested_varchar_array, fixed_struct_array, struct_of_fixed_array, fixed_array_of_int_list, list_of_fixed_int_array, bignum, geometry) REPLACE( CASE WHEN int IS NOT NULL THEN '2000-01-01' ELSE NULL END AS date, CASE WHEN int IS NOT NULL THEN '2000-01-01 01:02:03' ELSE NULL END AS timestamp,