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

infoschema: migrate dataForTables and dataForPartitions from package infoschema to executor #15034 #15037 #15208

Merged
merged 11 commits into from
Mar 9, 2020

Conversation

zhaox1n
Copy link
Contributor

@zhaox1n zhaox1n commented Mar 8, 2020

UCP #15034
UCP #15037

What problem does this PR solve?

migrate dataForTables and dataForPartitions from package infoschema to executor

What is changed and how it works?

Infoschema contains too much logic for retrieving data, which is confusing, we need to migrate this part to the executor so that infoshema only contains schema information. Detail ref #15034
and #15037

Check List

Tests

  • Unit test

Code changes

  • Has exported function/method change

@zhaox1n zhaox1n requested a review from a team as a code owner March 8, 2020 07:06
@sre-bot
Copy link
Contributor

sre-bot commented Mar 8, 2020

Thanks for your contribution. If your PR get merged, you will be rewarded 50 points.

@sre-bot sre-bot added the contribution This PR is from a community contributor. label Mar 8, 2020
@ghost ghost requested review from SunRunAway and XuHuaiyu and removed request for a team March 8, 2020 07:06
@codecov
Copy link

codecov bot commented Mar 8, 2020

Codecov Report

Merging #15208 into master will not change coverage by %.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master     #15208   +/-   ##
===========================================
  Coverage   80.5196%   80.5196%           
===========================================
  Files           503        503           
  Lines        133776     133776           
===========================================
  Hits         107716     107716           
  Misses        17686      17686           
  Partials       8374       8374           

@CLAassistant
Copy link

CLAassistant commented Mar 8, 2020

CLA assistant check
All committers have signed the CLA.

@lonng lonng added this to the 4.0.0-rc milestone Mar 8, 2020
Copy link
Contributor

@lonng lonng left a comment

Choose a reason for hiding this comment

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

LGTM

@lonng
Copy link
Contributor

lonng commented Mar 8, 2020

/award-point 100

@sre-bot
Copy link
Contributor

sre-bot commented Mar 8, 2020

Update score success, the task will rewarded 100 after merged.

@github-actions github-actions bot added sig/sql-infra SIG: SQL Infra sig/execution SIG execution labels Mar 8, 2020
@reafans
Copy link
Contributor

reafans commented Mar 9, 2020

/run-check_dev_2

Copy link
Contributor

@reafans reafans left a comment

Choose a reason for hiding this comment

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

LGTM

@reafans reafans added the status/LGT2 Indicates that a PR has LGTM 2. label Mar 9, 2020
@reafans
Copy link
Contributor

reafans commented Mar 9, 2020

/merge

@sre-bot sre-bot added the status/can-merge Indicates a PR has been approved by a committer. label Mar 9, 2020
@sre-bot
Copy link
Contributor

sre-bot commented Mar 9, 2020

/run-all-tests

@sre-bot sre-bot merged commit 1f5fb46 into pingcap:master Mar 9, 2020
@sre-bot
Copy link
Contributor

sre-bot commented Mar 9, 2020

Congratulation! You have awarded a badge for usability challenge program! Please fill the form to get your reward! http://tidbcommunity.mikecrm.com/QMCv4QL

@sre-bot
Copy link
Contributor

sre-bot commented Mar 9, 2020

Team zhaox1n complete task #15034 and get 50 score, currerent score 100

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. sig/execution SIG execution sig/sql-infra SIG: SQL Infra status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants