Update SettingsChangesHistory.cpp

This commit is contained in:
Shaun Struwig 2024-08-06 14:13:20 +02:00 committed by GitHub
parent b58960309b
commit 621f4bbf9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
{"merge_tree_min_bytes_per_task_for_remote_reading", 4194304, 2097152, "Value is unified with `filesystem_prefetch_min_bytes_for_single_read_task`"},
{"allow_archive_path_syntax", true, true, "Added new setting to allow disabling archive path syntax."},
{"input_format_try_infer_variants", false, false, "Try to infer Variant type in text formats when there is more than one possible type for column/array elements"},
{"input_format_json_ignore_key_case", false, false, "Ignore json key case while read json field from string."},
}
},
{"24.7",