-
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: revert mostly changes in #11678 #12481
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12481 +/- ##
===========================================
Coverage 80.0316% 80.0316%
===========================================
Files 462 462
Lines 105592 105592
===========================================
Hits 84507 84507
Misses 14884 14884
Partials 6201 6201 |
/run-all-tests |
/run-unit-test |
b8f0ef0
to
eca7a65
Compare
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.
BTW, shall we cherry-pick this PR in 3.0 and 3.1?
fe18304
to
937c126
Compare
/run-all-tests |
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
Your auto merge job has been accepted, waiting for 12724 |
/run-all-tests |
@SunRunAway merge failed. |
/merge |
Your auto merge job has been accepted, waiting for 12700 |
/run-all-tests |
cherry pick to release-3.0 in PR #12770 |
cherry pick to release-3.1 in PR #12771 |
What problem does this PR solve?
(a following PR for #12480)
After #12480, we do not need to copy row data in window functions.
What is changed and how it works?
Revert mostly changes in #11678, and get the performance loss back.
Check List
Tests
Code changes
Side effects
Related changes
Release note