v.24.10Improvement

Support Column and Offset Index Writing with Parquet Native Writer

Support writing the column index and the offset index using parquet native writer. #70669 (LiuNeng).
Support for writing the column index and offset index when using the native Parquet writer in ClickHouse.

Why it matters

This feature enables ClickHouse to include column index and offset index metadata in Parquet files written with the native writer, improving data organization and potentially enhancing query performance when reading these files.

How to use it

When using ClickHouse's native Parquet writer, the column index and offset index will be written automatically as part of the file metadata without requiring additional configuration.