v.23.11Improvement
Add LARGE_LIST support in Apache Arrow formats
Why it matters
This feature enables ClickHouse to correctly handle and process large list data structures when importing or exporting data using Apache Arrow formats, improving compatibility and efficiency with complex data types.How to use it
Users can now seamlessly read and writeLARGE_LIST columns when working with data in Apache Arrow formats through ClickHouse's existing data import and export interfaces. No additional configuration is required; simply use Apache Arrow format with tables containing LARGE_LIST types.