-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
expression: fix compatibility behaviors in zero datetime with MySQL #21220
expression: fix compatibility behaviors in zero datetime with MySQL #21220
Conversation
/cc @qw4990 |
/cc @ichn-hu |
/run-all-tests |
/run-all-tests |
/run-unit-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think vectorized code should also be modified.
Signed-off-by: lzmhhh123 <[email protected]>
Signed-off-by: lzmhhh123 <[email protected]>
Signed-off-by: lzmhhh123 <[email protected]>
Signed-off-by: lzmhhh123 <[email protected]>
Signed-off-by: lzmhhh123 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(b *builtinExtractDatetimeSig) vecEvalInt should also be modified.
No, |
Signed-off-by: lzmhhh123 <[email protected]>
lgtm |
There is no reward for this challenge pull request, so you can request a reward from @SunRunAway. |
/merge |
/run-all-tests |
@lzmhhh123 merge failed. |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.0 in PR #21524 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #21525 |
…21220) (#21525) Signed-off-by: ti-srebot <[email protected]> Signed-off-by: lzmhhh123 <[email protected]>
What problem does this PR solve?
Issue Number: close #9728
What is changed and how it works?
How it Works:
Related changes
Check List
Tests
Side effects
Release note