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

*: move hint and block hint processor to util directory #15897

Merged
merged 4 commits into from
Mar 31, 2020

Conversation

eurekaka
Copy link
Contributor

What problem does this PR solve?

Problem Summary:

Not a problem, just move code around. Split from #15895.

What is changed and how it works?

What's Changed:

Move code related to hintProcessor and BlockHintProcessor to util/hint/ directory, because I want to use them in #15895, otherwise, I would have import cycle.

How it Works:

Related changes

  • Need to cherry-pick to the release branch

Check List

Tests

  • No code

Side effects

N/A

Release note

@eurekaka eurekaka added type/enhancement The issue or PR belongs to an enhancement. component/bindinfo labels Mar 31, 2020
@eurekaka eurekaka requested review from a team as code owners March 31, 2020 07:41
@ghost ghost requested review from XuHuaiyu and winoros and removed request for a team March 31, 2020 07:41
@github-actions github-actions bot added sig/execution SIG execution sig/planner SIG: Planner labels Mar 31, 2020
Copy link
Contributor

@lzmhhh123 lzmhhh123 left a comment

Choose a reason for hiding this comment

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

LGTM

@lzmhhh123 lzmhhh123 added the status/LGT1 Indicates that a PR has LGTM 1. label Mar 31, 2020
@codecov
Copy link

codecov bot commented Mar 31, 2020

Codecov Report

Merging #15897 into master will decrease coverage by 0.1483%.
The diff coverage is 84.1530%.

@@               Coverage Diff                @@
##             master     #15897        +/-   ##
================================================
- Coverage   80.5573%   80.4090%   -0.1484%     
================================================
  Files           505        505                
  Lines        135347     135006       -341     
================================================
- Hits         109032     108557       -475     
- Misses        17836      17940       +104     
- Partials       8479       8509        +30     

Copy link
Contributor

@qw4990 qw4990 left a comment

Choose a reason for hiding this comment

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

LGTM

@qw4990 qw4990 added status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. labels Mar 31, 2020
@sre-bot
Copy link
Contributor

sre-bot commented Mar 31, 2020

/run-all-tests

@eurekaka eurekaka merged commit 2619f02 into pingcap:master Mar 31, 2020
@eurekaka eurekaka deleted the move_code branch March 31, 2020 08:37
@sre-bot
Copy link
Contributor

sre-bot commented Mar 31, 2020

cherry pick to release-4.0 in PR #15900

eurekaka added a commit that referenced this pull request Mar 31, 2020
)

Co-authored-by: Kenan Yao <cauchy1992@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/bindinfo sig/execution SIG execution sig/planner SIG: Planner status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1. status/LGT2 Indicates that a PR has LGTM 2. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants