v.21.11Improvements

Support Additional Types in MsgPack Input/Output Format

Support more types in MsgPack input/output format. #29077 (Kruglov Pavel).
Support for More Data Types in MsgPack Input/Output Format.

Why it matters

This feature expands the range of data types that the MsgPack input/output format in ClickHouse can handle. It enables users to work with more complex and varied data structures when using MsgPack, improving compatibility and flexibility for data ingestion and export.

How to use it

Users can benefit from this enhancement simply by using the MsgPack format for input or output as usual. No additional configuration is needed since the format now supports a wider set of types transparently.