Skip to content

Commit 4e8bd06

Browse files
committed
Remove from history
1 parent a05ead3 commit 4e8bd06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
8989
{"input_format_native_decode_types_in_binary_format", false, false, "Added new setting to allow to read type names in binary format in Native output format"},
9090
{"read_in_order_use_buffering", false, true, "Use buffering before merging while reading in order of primary key"},
9191
{"enable_named_columns_in_function_tuple", false, true, "Generate named tuples in function tuple() when all names are unique and can be treated as unquoted identifiers."},
92-
{"input_format_json_case_insensitive_column_matching", false, false, "Ignore case when matching JSON keys with CH columns."},
9392
{"optimize_trivial_insert_select", true, false, "The optimization does not make sense in many cases."},
9493
{"dictionary_validate_primary_key_type", false, false, "Validate primary key type for dictionaries. By default id type for simple layouts will be implicitly converted to UInt64."},
9594
{"collect_hash_table_stats_during_joins", false, true, "New setting."},

0 commit comments

Comments
 (0)