JingsongLi commented on PR #8842:
URL: https://github.com/apache/paimon/pull/8842#issuecomment-5083440376

   The new floating-point format implementation does not fully match Java 8’s 
`Float/Double.toString`. When comparing the bit patterns of 300,000 float 
values and 300,000 double values, there are also significant differences in 
ordinary finite values; for example, Java outputs `2.68873286E11`, while Python 
outputs `2.6887329E11`. Furthermore, a valid `Float.MAX_VALUE` triggers an 
`OverflowError`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to