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

executor: Improve the aesthetics of code review #6130

Merged
merged 6 commits into from
Apr 1, 2018

Conversation

yangwenmai
Copy link
Contributor

@yangwenmai yangwenmai commented Mar 23, 2018

No description provided.

@@ -357,8 +357,8 @@ func (s *testSuite) TestGroupConcatAggr(c *C) {
result = tk.MustQuery("select id, group_concat(name SEPARATOR ',') from test group by id")
result.Check(testkit.Rows("1 10,20,30", "2 20", "3 200,500"))

result = tk.MustQuery("select id, group_concat(name SEPARATOR '%') from test group by id")
result.Check(testkit.Rows("1 10%20%30", "2 20", "3 200%500"))
result = tk.MustQuery(`select id, group_concat(name SEPARATOR '%') from test group by id`)
Copy link
Member

Choose a reason for hiding this comment

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

maybe we should change all the " to ` in other MustQuery function calls ?

Copy link
Member

Choose a reason for hiding this comment

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

We can do that step by step.

Copy link
Contributor Author

@yangwenmai yangwenmai Mar 23, 2018

Choose a reason for hiding this comment

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

OK, Is MustExec/Exec/... should also be modified?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe I should amend it so that when we change this issue, we also change the other items of this file?

e.g MustExec,Exec, MustQuery

@ngaut
Copy link
Member

ngaut commented Mar 23, 2018

LGTM

kangxiaoning added a commit to kangxiaoning/tidb that referenced this pull request Mar 24, 2018
executor: Improve the aesthetics of code review pingcap#6130
@XuHuaiyu
Copy link
Contributor

/run-all-tests

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 contribution This PR is from a community contributor. status/LGT2 Indicates that a PR has LGTM 2. labels Apr 1, 2018
@ngaut ngaut merged commit ca0e0db into pingcap:master Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution This PR is from a community contributor. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants