-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
executor: RANGE
frame can have no ORDER BY
clause
#10496
Conversation
RANGE
frame can have no ORDER BY
clause
Codecov Report
@@ Coverage Diff @@
## master #10496 +/- ##
================================================
+ Coverage 77.2761% 77.2841% +0.0079%
================================================
Files 413 413
Lines 86966 86957 -9
================================================
Hits 67204 67204
+ Misses 14601 14591 -10
- Partials 5161 5162 +1 |
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
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
/run-all-tests |
/run-integration-common-test |
What problem does this PR solve?
fix #10494
What is changed and how it works?
Check whether there's a ORDER BY clause.
Check List
Tests