Skip to content

Commit 5a7a8ad

Browse files
committed
settings history
1 parent 861bdf5 commit 5a7a8ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
9292
{"use_json_alias_for_old_object_type", true, false, "Use JSON type alias to create new JSON type"},
9393
{"type_json_skip_duplicated_paths", false, false, "Allow to skip duplicated paths during JSON parsing"},
9494
{"allow_experimental_vector_similarity_index", false, false, "Added new setting to allow experimental vector similarity indexes"},
95-
{"input_format_try_infer_datetimes_only_datetime64", true, false, "Allow to infer DateTime instead of DateTime64 in data formats"}
95+
{"input_format_try_infer_datetimes_only_datetime64", true, false, "Allow to infer DateTime instead of DateTime64 in data formats"},
96+
{"input_format_parquet_use_metadata_cache", true, false, "Enable parquet file metadata caching"}
9697
}
9798
},
9899
{"24.7",

0 commit comments

Comments
 (0)