-
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
timestampadd may get stuck when subtracting months #54908
Comments
/sig execution |
reproduced with nightly 6854e60
|
/type critical |
@xzhangxian1008: The label(s) In 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. |
/report customer |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
select timestampadd(month,-10,date'2021-09-01');
2. What did you expect to see? (Required)
3. What did you see instead (Required)
The query is stuck.
4. What is your TiDB version? (Required)
v7.5.2
The text was updated successfully, but these errors were encountered: