v.21.11Improvements
Support Additional Types in MsgPack Input/Output Format
Support more types in MsgPack input/output format. #29077 (Kruglov Pavel).Why it matters
This feature expands the range of data types that theMsgPack 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 theMsgPack format for input or output as usual. No additional configuration is needed since the format now supports a wider set of types transparently.