Skip to content

Commit 766d77b

Browse files
committed
fix test
1 parent c906ae3 commit 766d77b

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
@@ -74,7 +74,7 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
7474
addSettingsChanges(settings_changes_history, "25.5",
7575
{
7676
/// Release closed. Please use 25.6
77-
{"geotoh3_argument_order", "", "", "A new setting for legacy behaviour to set lon and lat argument order"},
77+
{"geotoh3_argument_order", "lon_lat", "lat_lon", "A new setting for legacy behaviour to set lon and lat argument order"},
7878
{"secondary_indices_enable_bulk_filtering", false, true, "A new algorithm for filtering by data skipping indices"},
7979
{"implicit_table_at_top_level", "", "", "A new setting, used in clickhouse-local"},
8080
{"use_skip_indexes_if_final_exact_mode", 0, 0, "This setting was introduced to help FINAL query return correct results with skip indexes"},

0 commit comments

Comments
 (0)