ethantang93 commented on code in PR #10803:
URL: https://github.com/apache/arrow-rs/pull/10803#discussion_r3839147126


##########
parquet/src/bloom_filter/mod.rs:
##########
@@ -870,7 +873,7 @@ mod tests {
             (0.1, 1000000, 5772541),
             (0.01, 1000000, 9681526),
             (0.001, 1000000, 14607697),
-            (1e-50, 1_000_000_000_000, 14226231280773240832),
+            (1e-9, 10_000_000, 1026297530),

Review Comment:
   had to change up this test case a little, since apparently power and ln does 
not guarantee bit for bit result, and also miri deliberately add rounding 
difference, this starts to fail,  i changed it a smaller number such that it is 
stable



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