-
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
UnionExec sometimes receives data truncated error from children when casting string to decimal #52644
Comments
it seems can be steadily reproduced on master branch
|
Reproduced the issue locally. There are two factors that lead to the random behavior:
|
related with #51879 |
fixed by tikv/tikv#16963 |
/close |
@gengliqi: Closing this issue. 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 kubernetes/test-infra repository. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Unable to reproduce steadily when not in transaction:
Reproduce steadily when in transaction using UnionScan:
2. What did you expect to see? (Required)
No error.
3. What did you see instead (Required)
Sometimes report error if insert is not in transaction:
Always report error in transaction:
4. What is your TiDB version? (Required)
v6.5.2
The text was updated successfully, but these errors were encountered: