Skip to content

Commit 180c764

Browse files
Remove a setting from setting changes history
1 parent 646dbc9 commit 180c764

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
@@ -109,7 +109,6 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
109109
{"vector_search_filter_strategy", "auto", "auto", "New setting"},
110110
{"vector_search_postfilter_multiplier", 1, 1, "New setting"},
111111
{"compile_expressions", false, true, "We believe that the LLVM infrastructure behind the JIT compiler is stable enough to enable this setting by default."},
112-
{"use_legacy_to_time", false, false, "New setting. Allows for user to use the old function logic for toTime, which works as toTimeWithFixedDate."},
113112
{"input_format_parquet_bloom_filter_push_down", false, true, "When reading Parquet files, skip whole row groups based on the WHERE/PREWHERE expressions and bloom filter in the Parquet metadata."},
114113
{"input_format_parquet_allow_geoparquet_parser", false, true, "A new setting to use geo columns in parquet file"},
115114
{"enable_url_encoding", true, false, "Changed existing setting's default value"},

0 commit comments

Comments
 (0)