v.21.3New Feature
Function reinterpretAs Updated to Support Big Integers
Function reinterpretAs updated to support big integers. Fixes #19691. #19858 (Maksim Kita).Why it matters
This update fixes an issue where thereinterpretAs function did not properly handle large integer types, enabling seamless reinterpretation of big integers without errors. This enhances the function's usability and reliability when working with high-precision integer data.How to use it
Simply use thereinterpretAs function as usual to cast between data types, including now big integers. No additional configuration is required to enable this support.