Skip to content
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

plan, executor: split selection to logical plan and physical plan. #5235

Merged
merged 7 commits into from
Nov 28, 2017

Conversation

hanfei1991
Copy link
Member

I will change every plan to logical plan and physical plan.

@zz-jason zz-jason self-requested a review November 27, 2017 11:33
@@ -387,11 +387,18 @@ func (p *PhysicalMergeJoin) Copy() PhysicalPlan {
return &np
}

// PhysicalSelection means a filter.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/means/represents/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor

@XuHuaiyu XuHuaiyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest LGTM

@@ -387,11 +387,18 @@ func (p *PhysicalMergeJoin) Copy() PhysicalPlan {
return &np
}

// PhysicalSelection a filter.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfinished comment?

@XuHuaiyu XuHuaiyu added the status/LGT1 Indicates that a PR has LGTM 1. label Nov 28, 2017
Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zz-jason zz-jason added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Nov 28, 2017
@ngaut ngaut merged commit 6d5bb7c into pingcap:master Nov 28, 2017
@hanfei1991 hanfei1991 deleted the selection branch December 4, 2017 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants