Skip to content

Commit c52a6be

Browse files
authored
Merge pull request #824 from Altinity/parquet_metadata_caching_forward_port_25.3
2 parents 482b406 + c63d737 commit c52a6be

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
7272
{"object_storage_cluster", "", "", "New setting"},
7373
{"object_storage_max_nodes", 0, 0, "New setting"},
7474
});
75-
addSettingsChanges(settings_changes_history, "25.4",
76-
{
77-
});
7875
addSettingsChanges(settings_changes_history, "25.3",
7976
{
8077
/// Release closed. Please use 25.4

tests/queries/0_stateless/01271_show_privileges.reference

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ SYSTEM DROP PAGE CACHE ['SYSTEM DROP PAGE CACHE','DROP PAGE CACHE'] GLOBAL SYSTE
132132
SYSTEM DROP SCHEMA CACHE ['SYSTEM DROP SCHEMA CACHE','DROP SCHEMA CACHE'] GLOBAL SYSTEM DROP CACHE
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
135+
SYSTEM DROP PARQUET METADATA CACHE ['SYSTEM DROP PARQUET METADATA CACHE'] GLOBAL SYSTEM DROP CACHE
135136
SYSTEM DROP CACHE ['DROP CACHE'] \N SYSTEM
136137
SYSTEM RELOAD CONFIG ['RELOAD CONFIG'] GLOBAL SYSTEM RELOAD
137138
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)