Skip to content

Commit 85e14f9

Browse files
committed
settings history
1 parent 3817e50 commit 85e14f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
5555
{"export_merge_tree_part_file_already_exists_policy", "skip", "skip", "New setting."},
5656
{"iceberg_timezone_for_timestamptz", "UTC", "UTC", "New setting."},
5757
{"hybrid_table_auto_cast_columns", true, true, "New setting to automatically cast Hybrid table columns when segments disagree on types. Default enabled."},
58-
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."}
58+
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."},
59+
{"export_merge_tree_partition_lock_inside_the_task", false, false, "New setting."}
5960
});
6061
addSettingsChanges(settings_changes_history, "25.8",
6162
{

0 commit comments

Comments
 (0)