v.24.1Improvement

Avro format support for ZSTD codec

Avro format to support ZSTD codec. Closes #58735. #58805 (flynn).
Added support for the ZSTD compression codec in the Avro format in ClickHouse.

Why it matters

This feature enables the use of the ZSTD compression codec when working with Avro files, improving compression efficiency and reducing storage space or data transfer costs for users dealing with large Avro datasets.

How to use it

When reading from or writing to Avro format using ClickHouse, specify the ZSTD codec in the appropriate compression settings to enable ZSTD compression.