-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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: fix a panic during column pruning (#47883) #48812
planner: fix a panic during column pruning (#47883) #48812
Conversation
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hi-rustin, qw4990 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 |
/retest |
9 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest Oh man |
/retest |
1 similar comment
/retest |
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
/retest |
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
/hold Testing |
/retest |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-6.5 #48812 +/- ##
================================================
Coverage ? 73.6353%
================================================
Files ? 1087
Lines ? 349373
Branches ? 0
================================================
Hits ? 257262
Misses ? 75596
Partials ? 16515 |
@hi-rustin Can you remove the |
/unhold |
This is an automated cherry-pick of #47883
What problem does this PR solve?
Issue Number: close #47331
Problem Summary:
What is changed and how it works?
Through my investigation, I identified several key points:
So I cloned that schema and made sure we didn't have this kind of problem anymore.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.