From c8eb7efb00b344236103929d74681fb71dbe19eb Mon Sep 17 00:00:00 2001 From: Maia Date: Thu, 8 Jan 2026 10:47:33 +0100 Subject: [PATCH] apply patches from duckdb v1.4-andium --- test/sql/local/partitioning/foldable_expression_filter.test | 4 ++++ test/sql/local/partitioning/in_filter.test | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test/sql/local/partitioning/foldable_expression_filter.test b/test/sql/local/partitioning/foldable_expression_filter.test index 2f7c4eef7..06fc8bcbd 100644 --- a/test/sql/local/partitioning/foldable_expression_filter.test +++ b/test/sql/local/partitioning/foldable_expression_filter.test @@ -15,6 +15,10 @@ set enable_logging=true statement ok set logging_level='debug' +#FIXME: logging types are not registered to extensions +statement ok +LOAD iceberg; + statement ok CALL enable_logging('Iceberg'); diff --git a/test/sql/local/partitioning/in_filter.test b/test/sql/local/partitioning/in_filter.test index 8b492a267..9b4be1fb2 100644 --- a/test/sql/local/partitioning/in_filter.test +++ b/test/sql/local/partitioning/in_filter.test @@ -15,6 +15,10 @@ set enable_logging=true statement ok set logging_level='debug' +#FIXME: logging types are not registered to extensions +statement ok +LOAD iceberg; + statement ok CALL enable_logging('Iceberg');