harshmotw-db commented on code in PR #7783:
URL: https://github.com/apache/arrow-rs/pull/7783#discussion_r2181103506


##########
parquet-variant/tests/test_json_to_variant.rs:
##########
@@ -254,7 +269,7 @@ fn test_json_to_variant_decimal16_max_scale() -> Result<(), 
ArrowError> {
 fn test_json_to_variant_double_precision() -> Result<(), ArrowError> {
     JsonToVariantTest {
         json: "0.79228162514264337593543950335",
-        expected: Variant::Double(0.792_281_625_142_643_3_f64),
+        expected: Variant::Double(0.792_281_625_142_643_4_f64),

Review Comment:
   I didn't investigate too much, but I suppose the arbitrary_precision flag 
was causing slightly different results in parsing doubles. I didn't care 
because doubles lose precision anyway.



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