v.21.11Improvements
Allow LowCardinality Columns in ORC Format
Allow to input and outputLowCardinalitycolumns inORCinput/output format. #29062 (Kruglov Pavel).
Why it matters
This feature enables efficient storage and processing of low cardinality data when using the ORC format, improving compatibility and performance for users working with ORC files that containLowCardinality typed columns.How to use it
Users can now seamlessly import and export tables withLowCardinality columns using the ORC format. The feature works transparently when reading from or writing to ORC files via the usual INPUT and OUTPUT clauses specifying the ORC format.