Skip to content

Commit 8b0eda3

Browse files
committed
Fixed setting changes history improper version
1 parent 859dd8d commit 8b0eda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
7575
// Altinity Antalya modifications atop of 24.12
7676
{"input_format_parquet_use_metadata_cache", true, true, "New setting, turned ON by default"}, // https://github.com/Altinity/ClickHouse/pull/586
7777
});
78-
addSettingsChanges(settings_changes_history, "24.12",
78+
addSettingsChanges(settings_changes_history, "25.2",
7979
{
8080
{"schema_inference_make_json_columns_nullable", false, false, "Allow to infer Nullable(JSON) during schema inference"},
8181
{"query_plan_use_new_logical_join_step", false, true, "Enable new step"},

0 commit comments

Comments
 (0)