Skip to content

planner: fix wrong empty projection | tidb-test=pr/2327#53235

Merged
ti-chi-bot[bot] merged 1 commit intopingcap:masterfrom
winoros:issue49109-way1
May 13, 2024
Merged

planner: fix wrong empty projection | tidb-test=pr/2327#53235
ti-chi-bot[bot] merged 1 commit intopingcap:masterfrom
winoros:issue49109-way1

Conversation

@winoros
Copy link
Member

@winoros winoros commented May 13, 2024

What problem does this PR solve?

Issue Number: close #49109

Problem Summary:

Projection is wrongly pruned to a empty one after the second round of column pruning

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

@ti-chi-bot ti-chi-bot bot added do-not-merge/needs-triage-completed release-note-none Denotes a PR that doesn't merit a release note. sig/planner SIG: Planner size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed do-not-merge/needs-triage-completed labels May 13, 2024
@codecov
Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.4544%. Comparing base (4fe70da) to head (746448e).
Report is 2 commits behind head on master.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #53235        +/-   ##
================================================
+ Coverage   72.4796%   74.4544%   +1.9747%     
================================================
  Files          1493       1493                
  Lines        429362     429401        +39     
================================================
+ Hits         311200     319708      +8508     
+ Misses        98931      89815      -9116     
- Partials      19231      19878       +647     
Flag Coverage Δ
integration 48.5721% <100.0000%> (?)
unit 71.6859% <100.0000%> (+0.3071%) ⬆️

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

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

@winoros winoros changed the title planner: fix wrong empty projection planner: fix wrong empty projection | tidb-test=pr/2327 May 13, 2024
@winoros
Copy link
Member Author

winoros commented May 13, 2024

/retest

@ti-chi-bot ti-chi-bot bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label May 13, 2024
@winoros winoros added needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. needs-cherry-pick-release-7.1 Should cherry pick this PR to release-7.1 branch. needs-cherry-pick-release-7.5 Should cherry pick this PR to release-7.5 branch. needs-cherry-pick-release-8.1 Should cherry pick this PR to release-8.1 branch. labels May 13, 2024
@ti-chi-bot
Copy link

ti-chi-bot bot commented May 13, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AilinKid, guo-shaoge

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

The pull request process is described here

Details 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 added approved lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels May 13, 2024
@ti-chi-bot
Copy link

ti-chi-bot bot commented May 13, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-05-13 13:20:50.311692546 +0000 UTC m=+1486604.068828118: ☑️ agreed by guo-shaoge.
  • 2024-05-13 16:13:38.60301042 +0000 UTC m=+1496972.360145994: ☑️ agreed by AilinKid.

@ti-chi-bot ti-chi-bot bot merged commit 3750495 into pingcap:master May 13, 2024
ti-chi-bot pushed a commit to ti-chi-bot/tidb that referenced this pull request May 13, 2024
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-6.5: #53238.

@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-7.1: #53239.

ti-chi-bot pushed a commit to ti-chi-bot/tidb that referenced this pull request May 13, 2024
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-7.5: #53240.

ti-chi-bot pushed a commit to ti-chi-bot/tidb that referenced this pull request May 13, 2024
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-8.1: #53241.

@winoros winoros deleted the issue49109-way1 branch May 14, 2024 14:22
ti-chi-bot bot pushed a commit that referenced this pull request May 14, 2024
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
ti-chi-bot bot pushed a commit that referenced this pull request May 28, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Jun 11, 2024
ti-chi-bot bot pushed a commit that referenced this pull request Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. needs-cherry-pick-release-7.1 Should cherry pick this PR to release-7.1 branch. needs-cherry-pick-release-7.5 Should cherry pick this PR to release-7.5 branch. needs-cherry-pick-release-8.1 Should cherry pick this PR to release-8.1 branch. release-note-none Denotes a PR that doesn't merit a release note. sig/planner SIG: Planner size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

runtime error: index out of range [320] with length 320

4 participants