v.23.11Improvement
Function fromDaysSinceYearZero Now Supports Unsigned and Signed Integer Types
FunctionfromDaysSinceYearZero(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).
Why it matters
This enhancement improves compatibility with third-party tools like Tableau Online by allowing thefromDaysSinceYearZero 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 thefromDaysSinceYearZero 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.