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: make test cleaner for 'load data' #7536

Merged
merged 3 commits into from
Aug 29, 2018
Merged

Conversation

mccxj
Copy link
Contributor

@mccxj mccxj commented Aug 29, 2018

What problem does this PR solve?

makeLoadDataInfo is useless, duplicate with SQL literal. We can lookup context key 'LoadDataVarKey' to find it.

issue #7476 can benefit from it.

What is changed and how it works?

remove function makeLoadDataInfo, use context key 'LoadDataVarKey' instead.

Check List

Tests

  • No code

Copy link
Contributor

@zimulala zimulala left a comment

Choose a reason for hiding this comment

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

LGTM

@zimulala zimulala added status/LGT1 Indicates that a PR has LGTM 1. component/test labels Aug 29, 2018
@coocood
Copy link
Member

coocood commented Aug 29, 2018

LGTM

@coocood
Copy link
Member

coocood commented Aug 29, 2018

/run-all-tests

@coocood coocood added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Aug 29, 2018
@ngaut ngaut merged commit 28fc781 into pingcap:master Aug 29, 2018
@mccxj mccxj deleted the load_data_test branch August 29, 2018 13:26
@sre-bot sre-bot added the contribution This PR is from a community contributor. label Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test 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.

5 participants