v.22.11Improvement
Allow Date32 Arguments for formatDateTime and FROM_UNIXTIME Functions
Allow to useDate32arguments forformatDateTimeandFROM_UNIXTIMEfunctions. #42737 (Roman Vasin).
Why it matters
This feature extends the compatibility of date-time functions by allowingDate32 inputs, solving the limitation where these functions previously only accepted other date types. It enhances the flexibility and usability of date processing in ClickHouse queries.How to use it
Users can now passDate32 columns or values directly as arguments to the formatDateTime and FROM_UNIXTIME functions without needing to convert the data type.