-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include decimal in supported types for range window order-by columns #11710
Include decimal in supported types for range window order-by columns #11710
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Need to merge with upstream to resolve CI failures. |
Codecov ReportBase: 86.39% // Head: 86.42% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #11710 +/- ##
================================================
+ Coverage 86.39% 86.42% +0.02%
================================================
Files 145 145
Lines 23013 23013
================================================
+ Hits 19883 19889 +6
+ Misses 3130 3124 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
Description
As a follow-up to #11645, this change includes
DECIMAL
among the list of data-types that may be used in the order-by column forRANGE
-based window functions, listed in the exception message.Checklist