You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That wasn't inadvertent - it's a fix; we accidentally had the DATE_PART parameter order backwards 😅 (I'll put a more explicit note on that PR for clarity).
Checks
Reproducible example
Log output
No response
Issue description
I believe #16767 inadvertently changed the argument order from
date_part(column, part)
todate_part(part, column)
.Expected behavior
Keep working the same.
Installed versions
The text was updated successfully, but these errors were encountered: