tisonkun commented on code in PR #93:
URL: https://github.com/apache/datasketches-rust/pull/93#discussion_r2807295353
##########
datasketches/src/bloom/builder.rs:
##########
@@ -88,8 +94,8 @@ impl BloomFilterBuilder {
/// # Panics
///
/// Panics if any of:
- /// - `num_bits` < MIN_NUM_BITS (64) or `num_bits` > MAX_NUM_BITS (~32 GB)
- /// - `num_hashes` < 1 or `num_hashes` > 100
+ /// - `num_bits` < MIN_NUM_BITS or `num_bits` > MAX_NUM_BITS
+ /// - `num_hashes` < MIN_NUM_HASHES or `num_hashes` > MIN_NUM_HASHES
Review Comment:
Reasonable.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]