v.22.3Improvement

Support for DateTime64 Data Type in Arrow Format

Support for DateTime64 data type in Arrow format, closes #8280 and closes #28574. #34561 (李扬).
Support for the DateTime64 data type in the Arrow format.

Why it matters

This feature enables ClickHouse to serialize and deserialize DateTime64 columns when using the Arrow format, improving interoperability and accuracy of high-precision datetime data exchange between ClickHouse and other systems.

How to use it

Users can now seamlessly use DateTime64 columns with ClickHouse's Arrow format support during data import and export operations without additional configuration.