v.1.1.54362New Feature

Support for Rows and Numeric Types in Library Dictionary Source

Support for rows and arbitrary numeric types for the library dictionary source.
Support has been added for loading rows and arbitrary numeric types in the library dictionary source in ClickHouse.

Why it matters

This feature allows users to use the library dictionary source with more flexible data structures, including rows and a wider range of numeric types. It resolves limitations in data type support for dictionary sources, making dictionary integration more versatile and powerful.

How to use it

Users can now define dictionaries with the library source to include rows and arbitrary numeric types in the dictionary layout. This involves specifying the desired data types in the dictionary configuration when using the library source.