v.21.8Improvement
Add Unicode Support in Nested Data Types
Add support for Unicode (e.g. Chinese, Cyrillic) components in Nested data types. Close #25594. #25923 (alexey-milovidov).Why it matters
This feature enables proper storage and handling of Unicode text insideNested data structures, solving issues related to character encoding limitations and improving internationalization support for users working with diverse languages.How to use it
Unicode support inNested data types is now enabled by default. Users can directly store and query Unicode strings within Nested columns without additional configuration.