v.25.1Backward Incompatible Changes
Parquet Output Format Enhancements for Date and DateTime Columns
Parquet output format converts Date and DateTime columns to date/time types supported by Parquet, instead of writing them as raw numbers.DateTimebecomesDateTime64(3)(was:UInt32); settingoutput_format_parquet_datetime_as_uint32brings back the old behavior.DatebecomesDate32(was:UInt16). #70950 (Michael Kolupaev).