v.24.2Improvement

Add Date32 Support in T64 Codec

Add support for the Date32 type in the T64 codec. #58738 (Hongbin Ma).
Added support for the Date32 data type in the T64 codec.

Why it matters

This feature enables encoding and decoding of the Date32 type using the T64 codec, improving codec compatibility and allowing efficient storage and processing of Date32 values.

How to use it

The T64 codec now natively supports Date32. Users can apply this codec to Date32 columns in their table definitions or during data processing without additional configuration.