v.22.5Improvement
Added Implicit Cast for h3kRing Function's Second Argument
Added implicit cast for h3kRing function second argument to improve usability. Closes #35432. #37189 (Maksim Kita).Why it matters
This feature solves the problem of strict type requirements on the second argument of theh3kRing function, allowing users to pass different compatible types without manual casting. It improves the user experience by reducing the need to explicitly cast the argument before calling the function.How to use it
Users can now directly call theh3kRing function with the second argument in various compatible types without needing to apply explicit casts. The implicit cast will be applied automatically by ClickHouse.