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 QueryTimeRange structure to util pkg #53071

Merged
merged 4 commits into from
May 7, 2024

Conversation

AilinKid
Copy link
Contributor

@AilinKid AilinKid commented May 7, 2024

What problem does this PR solve?

Issue Number: ref #51664, ref #52714

Problem Summary:

What changed and how does it work?

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

.
Signed-off-by: AilinKid <314806019@qq.com>
@ti-chi-bot ti-chi-bot bot added release-note-none sig/planner SIG: Planner size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 7, 2024
@AilinKid AilinKid changed the title planner: move QueryTimeRange struct to util pkg planner: move QueryTimeRange structure to util pkg May 7, 2024
.
Signed-off-by: AilinKid <314806019@qq.com>
Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 88.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 74.3243%. Comparing base (b66a85c) to head (a04f5af).
Report is 5 commits behind head on master.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #53071        +/-   ##
================================================
+ Coverage   72.0405%   74.3243%   +2.2837%     
================================================
  Files          1508       1508                
  Lines        434733     435704       +971     
================================================
+ Hits         313184     323834     +10650     
+ Misses       102012      91812     -10200     
- Partials      19537      20058       +521     
Flag Coverage Δ
integration 49.2269% <32.0000%> (?)
unit 71.3192% <88.0000%> (+0.0697%) ⬆️

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

Components Coverage Δ
dumpling 53.9957% <ø> (ø)
parser ∅ <ø> (∅)
br 47.6375% <ø> (+9.2865%) ⬆️

.
Signed-off-by: AilinKid <314806019@qq.com>
.
Signed-off-by: AilinKid <314806019@qq.com>
Copy link

ti-chi-bot bot commented May 7, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-05-07 07:41:47.582290794 +0000 UTC m=+947861.339426363: ☑️ agreed by hawkingrei.
  • 2024-05-07 09:23:51.906546693 +0000 UTC m=+953985.663682266: ☑️ agreed by zimulala.

@qw4990
Copy link
Contributor

qw4990 commented May 7, 2024

/test unit-test

Copy link

ti-chi-bot bot commented May 7, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hawkingrei, qw4990, zimulala

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:

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 264cd4e into pingcap:master May 7, 2024
21 checks passed
terry1purcell pushed a commit to terry1purcell/tidb that referenced this pull request May 17, 2024
RidRisR pushed a commit to RidRisR/tidb that referenced this pull request May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm release-note-none sig/planner SIG: Planner size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants