-
Notifications
You must be signed in to change notification settings - Fork 409
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
for MPP request, tiflash doesn't honor FlagIgnoreTruncate #9752
Comments
The root cause is TiFlash's error handle code is out of date after pingcap/tidb#49122, refer to pingcap/tidb#58443 (comment) for more details. |
@zanmato1984: 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. |
1 similar comment
@zanmato1984: 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. |
/severity major |
The problem is when sql_mode is empty(a.k.a. non strict mode), tiflash report overflow error while tikv didn't. I think it's because Although tiflash handle |
close #9752 Signed-off-by: guo-shaoge <shaoge1994@163.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
for MPP request, tiflash doesn't honor
FlagIgnoreTruncate
, tikv does, see pingcap/tidb#58443 (comment) too2. What did you expect to see? (Required)
ignore truncate error
3. What did you see instead (Required)
report error
4. What is your TiFlash version? (Required)
8.5
The text was updated successfully, but these errors were encountered: