cast: convert float value to json have different precision with MySQL #25032
Labels
severity/major
sig/execution
SIG execution
type/bug
The issue is confirmed as a bug.
wontfix
This issue will not be fixed.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create table t(a json);
insert into t values("323232323.3232323232");
select * from t;
2. What did you expect to see? (Required)
MySQL
3. What did you see instead (Required)
TiDB
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: