Fix the incompatible behavior when handling IN(Timestamp | MysqlTime * ) expressions with timezone#9779
Conversation
|
/test pull-unit-test |
zanmato1984
left a comment
There was a problem hiding this comment.
LGTM. Thank you for fixing this!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gengliqi, zanmato1984 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/cherry-pick release-8.5 |
|
@solotzg: new pull request created to branch DetailsIn response to this:
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 ti-community-infra/tichi repository. |
|
/cherry-pick release-8.1 |
|
@solotzg: new pull request created to branch DetailsIn response to this:
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 ti-community-infra/tichi repository. |
|
/cherry-pick release-7.5 |
|
/cherry-pick release-7.1 |
|
@solotzg: new pull request created to branch DetailsIn response to this:
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 ti-community-infra/tichi repository. |
|
@solotzg: new pull request created to branch DetailsIn response to this:
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 ti-community-infra/tichi repository. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What problem does this PR solve?
Issue Number: close #9778
Problem Summary:
DAGExpressionAnalyzerhasn't deal with timezone when handling set forIN()express.What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note