-
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
Wrong result when cast float to decimal #3998
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.0
severity/major
type/bug
The issue is confirmed as a bug.
Comments
We got overflow when casting float to decimal. Overflow happens here. |
12 tasks
Decimal to decimal also has this problem:
TiFlash:
MySQL and TiDB:
|
This problem can be fixed by #3912. |
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 23, 2022
ti-chi-bot
pushed a commit
to ti-chi-bot/tiflash
that referenced
this issue
Mar 23, 2022
ti-chi-bot
added a commit
that referenced
this issue
Mar 23, 2022
ti-chi-bot
added a commit
that referenced
this issue
Apr 13, 2022
ti-chi-bot
added a commit
that referenced
this issue
Apr 26, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jun 15, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jun 15, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jun 16, 2022
This was referenced Jun 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.0
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
master
The text was updated successfully, but these errors were encountered: