You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// {"allow_database_unity_catalog", false, true, "Turned ON by default for Antalya (alias)."},
313
313
// {"allow_database_glue_catalog", false, true, "Turned ON by default for Antalya (alias)."},
314
314
// {"input_format_parquet_use_metadata_cache", true, true, "New setting, turned ON by default"}, // https://github.com/Altinity/ClickHouse/pull/586
315
+
{"allow_experimental_database_iceberg", false, true, "Turned ON by default for Antalya."},
316
+
{"allow_experimental_database_unity_catalog", false, true, "Turned ON by default for Antalya."},
317
+
{"allow_experimental_database_glue_catalog", false, true, "Turned ON by default for Antalya."},
318
+
{"allow_database_iceberg", false, true, "Turned ON by default for Antalya (alias)."},
319
+
{"allow_database_unity_catalog", false, true, "Turned ON by default for Antalya (alias)."},
320
+
{"allow_database_glue_catalog", false, true, "Turned ON by default for Antalya (alias)."},
321
+
322
+
{"input_format_parquet_use_metadata_cache", true, true, "New setting, turned ON by default"}, // https://github.com/Altinity/ClickHouse/pull/586
315
323
// {"iceberg_timezone_for_timestamptz", "UTC", "UTC", "New setting."},
316
324
// {"object_storage_remote_initiator", false, false, "New setting."},
317
325
{"allow_experimental_iceberg_read_optimization", true, true, "New setting."},
0 commit comments