[Bug] Precision Loss in castFromStringInternal
for Valid Float Values (e.g., -0.0009163)
#4656
Open
2 tasks done
Labels
bug
Something isn't working
Search before asking
Paimon version
paimon-flink-1.18-1.0-SNAPSHOT.jar
Compute Engine
flink
Minimal reproduce step
create table in mysql
and insert data
What doesn't meet your expectations?
Precision checking should not strictly rely on comparing the lengths of the values. As a result, values such as
-0.0009163
and similar ones, which can be safely represented in MySQL FLOAT, are mistakenly rejected.Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: