hubcio opened a new pull request, #2838:
URL: https://github.com/apache/iggy/pull/2838

   The serde_json (Ryu) and simd_json serializers format
   non-exact f64 values differently. Multiplying by 99.99
   produced values like 1099.89 that round-tripped as
   1099.8899999999999 through the connector SDK's
   simd_json path, causing assertion failures in Quickwit
   sink tests.
   
   Multiplying by 100.0 produces exact integers (0.0,
   100.0, 200.0, ...) that all IEEE 754 serializers
   represent identically.
   


-- 
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