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


##########
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:
   cool, i tested adding that flag locally and it worked. i will get rid of the 
ignore here then, and then once #10884 is merged I'll rebase and it should pick 
up the changes



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