Skip to content

Commit 6ca0071

Browse files
authored
Merge branch 'antalya-25.3' into list_objects_object_storage_cache_25.3
2 parents 84e3805 + c52a6be commit 6ca0071

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
7171
// Altinity Antalya modifications atop of 25.2
7272
{"object_storage_cluster", "", "", "New setting"},
7373
{"object_storage_max_nodes", 0, 0, "New setting"},
74-
});
75-
addSettingsChanges(settings_changes_history, "25.4",
76-
{
77-
// Altinity Antalya modifications atop of 25.2
7874
{"use_object_storage_list_objects_cache", true, false, "New setting."},
7975
});
8076
addSettingsChanges(settings_changes_history, "25.3",

tests/queries/0_stateless/01271_show_privileges.reference

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ SYSTEM DROP SCHEMA CACHE ['SYSTEM DROP SCHEMA CACHE','DROP SCHEMA CACHE'] GLOBAL
133133
SYSTEM DROP FORMAT SCHEMA CACHE ['SYSTEM DROP FORMAT SCHEMA CACHE','DROP FORMAT SCHEMA CACHE'] GLOBAL SYSTEM DROP CACHE
134134
SYSTEM DROP S3 CLIENT CACHE ['SYSTEM DROP S3 CLIENT','DROP S3 CLIENT CACHE'] GLOBAL SYSTEM DROP CACHE
135135
SYSTEM DROP OBJECT STORAGE LIST OBJECTS CACHE ['SYSTEM DROP OBJECT STORAGE LIST OBJECTS CACHE'] GLOBAL SYSTEM DROP CACHE
136+
SYSTEM DROP PARQUET METADATA CACHE ['SYSTEM DROP PARQUET METADATA CACHE'] GLOBAL SYSTEM DROP CACHE
136137
SYSTEM DROP CACHE ['DROP CACHE'] \N SYSTEM
137138
SYSTEM RELOAD CONFIG ['RELOAD CONFIG'] GLOBAL SYSTEM RELOAD
138139
SYSTEM RELOAD USERS ['RELOAD USERS'] GLOBAL SYSTEM RELOAD

tests/queries/0_stateless/02995_settings_25_1_4.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ input_format_parquet_max_block_size 65409
542542
input_format_parquet_prefer_block_bytes 16744704
543543
input_format_parquet_preserve_order 0
544544
input_format_parquet_skip_columns_with_unsupported_types_in_schema_inference 0
545+
input_format_parquet_use_metadata_cache 1
545546
input_format_parquet_use_native_reader 0
546547
input_format_protobuf_flatten_google_wrappers 0
547548
input_format_protobuf_skip_fields_with_unsupported_types_in_schema_inference 0

0 commit comments

Comments
 (0)