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
In #9960, FIRST_VALUE and LAST_VALUE are moved into another place, but that patch also changes the function signatures. They only accept NUMERICS after the PR.
Describe the bug
In #9960,
FIRST_VALUE
andLAST_VALUE
are moved into another place, but that patch also changes the function signatures. They only acceptNUMERICS
after the PR.To Reproduce
Try the following query in CLI:
d201ec7
Result at d201ec7 (before #9960) is
And after is
Expected behavior
The output type changes because decimal is not one of
NUMERICS
. I can think of two points:NUMERICS
?My perspective is "yes" for both.
Additional context
By the way, the function name also changes. From big letters to small letters.
The text was updated successfully, but these errors were encountered: