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: fix a panic bug. #1914

Merged
merged 3 commits into from
Nov 1, 2016
Merged

plan: fix a panic bug. #1914

merged 3 commits into from
Nov 1, 2016

Conversation

hanfei1991
Copy link
Member

If we push order by across group by, we should use group by column in order to keep index right. Otherwise it may cause a panic.
@shenli @coocood @zimulala @XuHuaiyu @tiancaiamao PTAL

@hanfei1991 hanfei1991 added the type/bug The issue is confirmed as a bug. label Nov 1, 2016
@ngaut ngaut added this to the beta 4 milestone Nov 1, 2016
return info, nil
}
newProp.props = append(newProp.props, pro)
newProp.props = append(newProp.props, &columnProp{col: matchedCol, desc: pro.desc})
Copy link
Member

Choose a reason for hiding this comment

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

Add a comment here.

@coocood
Copy link
Member

coocood commented Nov 1, 2016

LGTM

@shenli
Copy link
Member

shenli commented Nov 1, 2016

LGTM

@hanfei1991 hanfei1991 merged commit 154d7f0 into master Nov 1, 2016
@hanfei1991 hanfei1991 deleted the hanfei/bug branch November 1, 2016 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants