dmatth1 commented on code in PR #50030:
URL: https://github.com/apache/arrow/pull/50030#discussion_r3417812552
##########
cpp/src/parquet/bloom_filter.cc:
##########
@@ -346,20 +375,18 @@ void BlockSplitBloomFilter::WriteTo(ArrowOutputStream*
sink) const {
}
bool BlockSplitBloomFilter::FindHash(uint64_t hash) const {
+ // Probe kernels in bloom_filter_block_impl_internal.h and
bloom_filter_avx2.cc both
+ // hard-code an 8-lane (256-bit) block.
+ static_assert(kBitsSetPerBlock == 8,
Review Comment:
Done
--
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]