-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: enable inline projection for sort&topN #19900
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
@SunRunAway PTAL, I am looking forward take this issue. xD |
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.
Rest LGTM. please add a unit test
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
@Yisaer Very appreciate for your advices! PTAL, thx! |
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. BTW, do you have any better idea about the adding unit test case? @SunRunAway
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.
Please add a correctness test for this modification.
Like select b from t order by a, b
select b from t order by a, b limit 2
select a, sum(c) from t order by a, b, c
...
4 similar comments
/run-all-tests |
Great ! |
c6e7e23
to
7eb8f20
Compare
/run-all-tests |
@hidehalo: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
:) |
@SunRunAway @XuHuaiyu it's really hang up a while 🤣 |
/uncc @XuHuaiyu |
@hidehalo I'm sorry for this PR to be stale. It conflicts a lot and I'd like to close for a new PR rebeased. We undergo a personnel change and I think @SunRunAway doesn't act as a reviewer any more. Sorry for the inactive community during this PR. I hope it would be better when a new PR comes. |
Thx for your attention! |
What problem does this PR solve?
Sort&TopN for #14428
Problem Summary:
Check List
Tests
Side effects
Release note