v.21.4New Features
Supports Implicit Key Type Conversion for JOIN
Why it matters
This feature addresses the issue whereJOIN keys have differing data types, which previously required explicit type casting by the user. By enabling implicit key type conversion, it simplifies query writing and improves query compatibility and flexibility, saving users from manual type conversions.How to use it
Users can benefit from this feature automatically when performingJOIN operations between tables with keys of different but compatible types. No extra configuration is needed; the system will implicitly convert key types to allow the join.