v.21.4Improvements
Fix MSan Report for range Function with UInt256 Argument
Fix MSan report for functionrangewithUInt256argument (support for large integers is experimental). This closes #22157. #22387 (alexey-milovidov).
Why it matters
This fix addresses an MSan issue that occurred when therange function was called with UInt256 type arguments. By resolving this, it enhances the experimental support for large integer operations in ClickHouse, ensuring more reliable and correct behavior when working with 256-bit unsigned integers.How to use it
Users can benefit from this fix when using therange function with UInt256 type values without any additional configuration, as it is an internal bug fix improving the existing experimental feature.