executor: revert mostly changes in #11678#12481
Merged
Merged
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 |
Contributor
Author
|
/run-all-tests |
Contributor
Author
|
/run-unit-test |
b8f0ef0 to
eca7a65
Compare
This was referenced Oct 14, 2019
lzmhhh123
reviewed
Oct 14, 2019
Contributor
lzmhhh123
left a comment
There was a problem hiding this comment.
BTW, shall we cherry-pick this PR in 3.0 and 3.1?
fe18304 to
937c126
Compare
Contributor
Author
|
/run-all-tests |
Contributor
|
Your auto merge job has been accepted, waiting for 12724 |
Contributor
|
/run-all-tests |
Contributor
|
@SunRunAway merge failed. |
Contributor
Author
|
/merge |
Contributor
|
Your auto merge job has been accepted, waiting for 12700 |
Contributor
|
/run-all-tests |
Contributor
|
cherry pick to release-3.0 in PR #12770 |
Contributor
|
cherry pick to release-3.1 in PR #12771 |
sre-bot
added a commit
that referenced
this pull request
Oct 17, 2019
sre-bot
added a commit
that referenced
this pull request
Oct 17, 2019
XiaTianliang
pushed a commit
to XiaTianliang/tidb
that referenced
this pull request
Dec 21, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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