@@ -258,7 +258,6 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = {
258258 {" iceberg_table_properties" , " iceberg" , CatalogType::TABLE_FUNCTION_ENTRY },
259259 {" iceberg_to_ducklake" , " iceberg" , CatalogType::TABLE_FUNCTION_ENTRY },
260260 {" iceberg_truncate" , " iceberg" , CatalogType::SCALAR_FUNCTION_ENTRY },
261- {" iceberg_verify_equality_deletes" , " iceberg" , CatalogType::SCALAR_FUNCTION_ENTRY },
262261 {" icu_calendar_names" , " icu" , CatalogType::TABLE_FUNCTION_ENTRY },
263262 {" icu_collate_af" , " icu" , CatalogType::SCALAR_FUNCTION_ENTRY },
264263 {" icu_collate_am" , " icu" , CatalogType::SCALAR_FUNCTION_ENTRY },
@@ -1099,6 +1098,7 @@ static constexpr ExtensionFunctionOverloadEntry EXTENSION_FUNCTION_OVERLOADS[] =
10991098}; // END_OF_EXTENSION_FUNCTION_OVERLOADS
11001099
11011100static constexpr ExtensionEntry EXTENSION_SETTINGS [] = {
1101+ {" __iceberg_unsafe_struct_null_default_interp" , " iceberg" },
11021102 {" allow_asterisks_in_http_paths" , " httpfs" },
11031103 {" auto_fallback_to_full_download" , " httpfs" },
11041104 {" azure_account_name" , " azure" },
@@ -1148,9 +1148,12 @@ static constexpr ExtensionEntry EXTENSION_SETTINGS[] = {
11481148 {" httpfs_client_implementation" , " httpfs" },
11491149 {" httpfs_connection_caching" , " httpfs" },
11501150 {" httpfs_enable_credential_refresh" , " httpfs" },
1151+ {" iceberg_default_format_version" , " iceberg" },
11511152 {" iceberg_logging_post_body_truncate_limit" , " iceberg" },
11521153 {" iceberg_test_force_token_expiry" , " iceberg" },
1154+ {" iceberg_unsafe_skip_puffin_verification" , " iceberg" },
11531155 {" iceberg_use_metadata_log" , " iceberg" },
1156+ {" iceberg_use_server_side_scan_planning" , " iceberg" },
11541157 {" iceberg_via_aws_sdk_for_catalog_interactions" , " iceberg" },
11551158 {" merge_http_secret_into_s3_request" , " httpfs" },
11561159 {" mysql_adaptive_replan_enabled" , " mysql_scanner" },
0 commit comments