You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kusto-phase3: rebase v24.2.1.2248-stable fixing tests.
Kusto-phase3: rebase v24.2.1.2248-stable fix has any ip functions.
Kusto-phase3: rebase v24.2.1.2248-stable provide additional protection on ip functions.
Copy file name to clipboardExpand all lines: src/Core/SettingsChangesHistory.h
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,9 @@ static std::map<ClickHouseVersion, SettingsChangesHistory::SettingsChanges> sett
141
141
{"23.12", {{"allow_suspicious_ttl_expressions", true, false, "It is a new setting, and in previous versions the behavior was equivalent to allowing."},
142
142
{"input_format_parquet_allow_missing_columns", false, true, "Allow missing columns in Parquet files by default"},
143
143
{"input_format_orc_allow_missing_columns", false, true, "Allow missing columns in ORC files by default"},
144
-
{"input_format_arrow_allow_missing_columns", false, true, "Allow missing columns in Arrow files by default"}}},
144
+
{"input_format_arrow_allow_missing_columns", false, true, "Allow missing columns in Arrow files by default"},
145
+
{"split_parts_ranges_into_intersecting_and_non_intersecting_final", false, true, "Allow to split parts ranges into intersecting and non intersecting during FINAL optimization"},
146
+
{"split_intersecting_parts_ranges_into_layers_final", true, true, "Allow to split intersecting parts ranges into layers during FINAL optimization"}}},
145
147
{"23.9", {{"optimize_group_by_constant_keys", false, true, "Optimize group by constant keys by default"},
146
148
{"input_format_json_try_infer_named_tuples_from_objects", false, true, "Try to infer named Tuples from JSON objects by default"},
147
149
{"input_format_json_read_numbers_as_strings", false, true, "Allow to read numbers as strings in JSON formats by default"},
0 commit comments