v.24.2Improvement
Add Date32 Support in T64 Codec
Add support for theDate32type in theT64codec. #58738 (Hongbin Ma).
Why it matters
This feature enables encoding and decoding of theDate32 type using the T64 codec, improving codec compatibility and allowing efficient storage and processing of Date32 values.How to use it
TheT64 codec now natively supports Date32. Users can apply this codec to Date32 columns in their table definitions or during data processing without additional configuration.