v.23.9Improvement
Better Integer Types Inference for Int64/UInt64 Fields, Including Nested Types and Functions
Better integer types inference forInt64/UInt64fields. Continuation of #53003. Now it works also for nested types like Arrays of Arrays and for functions likemap/tuple. Issue: #51236. #54553 (Kruglov Pavel).
Why it matters
This feature enhances the ClickHouse type inference mechanism to correctly and reliably inferInt64 and UInt64 types in more complex scenarios. It addresses issues where previous inference failed for nested data structures and certain functions, ensuring better type accuracy and query correctness for users working with nested or functional data types.