v.24.9Improvement

Support Date32 in dateTrunc and toStartOfInterval

Support Date32 on dateTrunc and toStartOfInterval. #68874 (LiuNeng).
Added support for the Date32 data type in the dateTrunc and toStartOfInterval functions.

Why it matters

This feature enables users to apply date truncation and interval rounding operations directly on Date32 columns, expanding the functionality and flexibility for date manipulation beyond the previously supported types.

How to use it

Use the dateTrunc and toStartOfInterval functions with Date32 typed columns just as you would with other date or datetime types. No additional enabling steps are required.