Github user liancheng commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10985#discussion_r51308254
  
    --- Diff: 
common/sketch/src/main/java/org/apache/spark/util/sketch/BloomFilter.java ---
    @@ -68,14 +65,14 @@ int getVersionNumber() {
       }
     
       /**
    -   * Returns the false positive probability, i.e. the probability that
    -   * {@linkplain #mightContain(Object)} will erroneously return {@code 
true} for an object that
    -   * has not actually been put in the {@code BloomFilter}.
    +   * Returns the probability that {@linkplain #mightContain(Object)} 
erroneously return {@code true}
    +   * for an object that has not actually been put in the
    +   * {@code BloomFilter}).
    --- End diff --
    
    Oh, nice catch.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to