Skip to content

Commit 2652836

Browse files
committed
fix settingschangeshistory
1 parent c3f3fa4 commit 2652836

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Core/SettingsChangesHistory.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
231231
});
232232
addSettingsChanges(settings_changes_history, "25.8.16.20001.altinityantalya",
233233
{
234-
{"enable_alias_marker", true, true, "New setting."},
235-
{"hybrid_table_auto_cast_columns", true, true, "New setting to automatically cast Hybrid table columns when segments disagree on types. Default enabled."},
236-
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."},
237234
// {"iceberg_timezone_for_timestamptz", "UTC", "UTC", "New setting."},
238235
// {"object_storage_remote_initiator", false, false, "New setting."},
239236
// {"allow_experimental_iceberg_read_optimization", true, true, "New setting."},
@@ -249,6 +246,9 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
249246
// {"export_merge_tree_partition_manifest_ttl", 180, 180, "New setting."},
250247
// {"export_merge_tree_part_file_already_exists_policy", "skip", "skip", "New setting."},
251248
// {"iceberg_timezone_for_timestamptz", "UTC", "UTC", "New setting."},
249+
{"hybrid_table_auto_cast_columns", true, true, "New setting to automatically cast Hybrid table columns when segments disagree on types. Default enabled."},
250+
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."},
251+
{"enable_alias_marker", true, true, "New setting."},
252252
// {"input_format_parquet_use_native_reader_v3", false, true, "Seems stable"},
253253
// {"input_format_parquet_verify_checksums", true, true, "New setting."},
254254
// {"output_format_parquet_write_checksums", false, true, "New setting."},

0 commit comments

Comments
 (0)