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

planner: move more hint code to the hint package #50769

Merged
merged 4 commits into from Jan 29, 2024

Conversation

qw4990
Copy link
Contributor

@qw4990 qw4990 commented Jan 29, 2024

What problem does this PR solve?

Issue Number: ref #48875

Problem Summary: planner: move more hint code to the hint package

What changed and how does it work?

ONLY REFACTOR, NO LOGICAL CHANGE

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No need to test
    • I checked and no code files have been changed.

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None

@ti-chi-bot ti-chi-bot bot added release-note-none size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jan 29, 2024
Copy link

tiprow bot commented Jan 29, 2024

Hi @qw4990. Thanks for your PR.

PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@qw4990
Copy link
Contributor Author

qw4990 commented Jan 29, 2024

/test unit-test

Copy link

tiprow bot commented Jan 29, 2024

@qw4990: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

In response to this:

/test unit-test

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@qw4990
Copy link
Contributor Author

qw4990 commented Jan 29, 2024

/ok-to-test

Copy link

ti-chi-bot bot commented Jan 29, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-01-29 02:27:54.261771412 +0000 UTC m=+1359715.826069114: ☑️ agreed by hawkingrei.
  • 2024-01-29 02:32:37.194439194 +0000 UTC m=+1359998.758736900: ☑️ agreed by hi-rustin.

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Merging #50769 (c555aa0) into master (1a0b7ff) will increase coverage by 1.5312%.
Report is 1 commits behind head on master.
The diff coverage is 62.8205%.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #50769        +/-   ##
================================================
+ Coverage   70.4839%   72.0151%   +1.5312%     
================================================
  Files          1463       1463                
  Lines        433198     433224        +26     
================================================
+ Hits         305335     311987      +6652     
+ Misses       108629     101782      -6847     
- Partials      19234      19455       +221     
Flag Coverage Δ
integration 47.3586% <62.8205%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
dumpling 54.2940% <ø> (ø)
parser ∅ <ø> (∅)
br 47.5418% <ø> (+1.8274%) ⬆️

Copy link
Contributor

@elsa0520 elsa0520 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

ti-chi-bot bot commented Jan 29, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: elsa0520, hawkingrei, hi-rustin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [elsa0520,hawkingrei,hi-rustin]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot merged commit dc54d6c into pingcap:master Jan 29, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm ok-to-test release-note-none size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants