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


##########
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:
   @jhorstmann helpfully pointed out theres a miri flag that can help with this
   
   - https://github.com/apache/arrow-rs/pull/10884#discussion_r3870916804
   
   worth a shot to see if that (or the rounding error one i used) might help in 
this case



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