v.21.4Improvements
Improve Integer Key Support in Map Data Type
Improve support of integer keys in data type Map. #21157 (Anton Popov).Why it matters
This feature resolves limitations when using integer keys inMap data types, allowing users to more effectively utilize integer keys for mapping purposes within their datasets. It enhances data modeling flexibility and query expressiveness when working with maps containing integer keys.How to use it
Users can now directly utilize integer keys in theMap data type without encountering previous restrictions or issues. This improvement is available automatically with the updated ClickHouse version, requiring no special configuration or syntax changes.