alamb commented on code in PR #9770:
URL: https://github.com/apache/arrow-datafusion/pull/9770#discussion_r1546339675


##########
datafusion/core/tests/parquet/row_group_pruning.rs:
##########
@@ -452,6 +452,144 @@ int_tests!(16, correct_bloom_filters: false);
 int_tests!(32, correct_bloom_filters: true);
 int_tests!(64, correct_bloom_filters: true);
 
+// $bits: number of bits of the integer to test (8, 16, 32, 64)

Review Comment:
   I didn't realize `UInt8` and `UInt16` were also affected. 💯  for testing



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