v.24.3upgrade-notes
New ClickHouse Version Enhances Geographic Functions with 64-bit Precision
In the new ClickHouse version, the functionsgeoDistance,greatCircleDistance, andgreatCircleAnglewill use 64-bit double precision floating point data type for internal calculations and return type if all the arguments are Float64. This closes #58476. In previous versions, the function always used Float32. You can switch to the old behavior by settinggeo_distance_returns_float64_on_float64_argumentstofalseor settingcompatibilityto24.2or earlier. #61848 (Alexey Milovidov). Co-authored with Geet Patel.