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: make explain result more explicit #2022

Merged
merged 1 commit into from
Nov 17, 2016
Merged

plan: make explain result more explicit #2022

merged 1 commit into from
Nov 17, 2016

Conversation

hanfei1991
Copy link
Member

Print more info for index scan and table scan.
@shenli @coocood @zimulala @XuHuaiyu @tiancaiamao @winoros PTAL

@coocood
Copy link
Member

coocood commented Nov 17, 2016

LGTM

}
]
}`,
},
{
"select count(b.b) from t a, t b where a.a = b.a group by a.b",
"select count(b.c2) from t1 a, t2 b where a.c1 = b.c2 group by a.c1",
Copy link
Member

Choose a reason for hiding this comment

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

We should clean up the previous table.

Copy link
Member Author

@hanfei1991 hanfei1991 Nov 17, 2016

Choose a reason for hiding this comment

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

I will clean the tables at the end of every test in another pr.

@ngaut
Copy link
Member

ngaut commented Nov 17, 2016

LGTM

@ngaut ngaut merged commit 2f1cd5b into master Nov 17, 2016
@ngaut ngaut deleted the hanfei/explain branch November 17, 2016 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants