v.23.11Improvement

Function fromDaysSinceYearZero Now Supports Unsigned and Signed Integer Types

Function fromDaysSinceYearZero (alias: FROM_DAYS) can now be used with unsigned and signed integer types (previously, it had to be an unsigned integer). This improve compatibility with 3rd party tools such as Tableau Online. #57002 (Serge Klochkov).
Function fromDaysSinceYearZero (alias: FROM_DAYS) now supports both unsigned and signed integer types.

Why it matters

This enhancement improves compatibility with third-party tools like Tableau Online by allowing the fromDaysSinceYearZero function to accept signed integers in addition to unsigned, expanding the range of accepted input and making integrations smoother.

How to use it

Continue using the fromDaysSinceYearZero or FROM_DAYS function as before, but now you can pass both signed and unsigned integer values without needing to convert them to unsigned integers.