Open ti-chi-bot opened 9 hours ago
This cherry pick PR is for a release branch and has not yet been approved by triage owners.
Adding the do-not-merge/cherry-pick-not-approved
label.
To merge this cherry pick:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign hawkingrei for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
release-8.5@51e8310
). Learn more about missing BASE report.
🚨 Try these New Features:
@ti-chi-bot: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
idc-jenkins-ci-tidb/check_dev | 76353580fb78e021054e294511333f3bdf522784 | link | true | /test check-dev |
idc-jenkins-ci-tidb/check_dev_2 | 76353580fb78e021054e294511333f3bdf522784 | link | true | /test check-dev2 |
Full PR test history. Your PR dashboard.
This is an automated cherry-pick of #56947
What problem does this PR solve?
Issue Number: close #56270
Problem Summary:
What changed and how does it work?
When checking predicate type in predicate simplification, it will use arg[0] to judge if the arg is *expression.Column, however, "rand()" has 0 argument, which will lead a panic.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.