LuciferYang commented on code in PR #42414:
URL: https://github.com/apache/spark/pull/42414#discussion_r1290329866
##########
common/sketch/src/main/java/org/apache/spark/util/sketch/BloomFilter.java:
##########
@@ -192,16 +192,7 @@ private static int optimalNumOfHashFunctions(long n, long
m) {
return Math.max(1, (int) Math.round((double) m / n * Math.log(2)));
}
- /**
- * Computes m (total bits of Bloom filter) which is expected to achieve, for
the specified
Review Comment:
try deleting this comments to see if unidoc check can pass
--
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]