v.23.11Improvement

Add LARGE_LIST support in Apache Arrow formats

Add support for LARGE_LIST in Apache Arrow formats. #56118 (edef).
Added support for the LARGE_LIST type in Apache Arrow data formats in ClickHouse.

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 write LARGE_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.