[GitHub] spark issue #16864: [SPARK-19527][Core] Approximate Size of Intersection of ...

2017-06-23 Thread Bcpoole
Github user Bcpoole commented on the issue: https://github.com/apache/spark/pull/16864 Looks good --- 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

[GitHub] spark pull request #16864: [SPARK-19527][Core] Approximate Size of Intersect...

2017-02-10 Thread Bcpoole
Github user Bcpoole commented on a diff in the pull request: https://github.com/apache/spark/pull/16864#discussion_r100624882 --- Diff: common/sketch/src/main/java/org/apache/spark/util/sketch/BloomFilterImpl.java --- @@ -221,6 +221,49 @@ public BloomFilter mergeInPlace

[GitHub] spark pull request #16864: [SPARK-19527][Core] Approximate Size of Intersect...

2017-02-09 Thread Bcpoole
Github user Bcpoole commented on a diff in the pull request: https://github.com/apache/spark/pull/16864#discussion_r100385258 --- Diff: common/sketch/src/main/java/org/apache/spark/util/sketch/BloomFilter.java --- @@ -81,6 +81,11 @@ int getVersionNumber() { public abstract

[GitHub] spark pull request #16864: [SPARK-19527][Core] Approximate Size of Intersect...

2017-02-09 Thread Bcpoole
Github user Bcpoole commented on a diff in the pull request: https://github.com/apache/spark/pull/16864#discussion_r100381372 --- Diff: common/sketch/src/main/java/org/apache/spark/util/sketch/IncompatibleUnionException.java --- @@ -0,0 +1,24 @@ +/* + * Licensed

[GitHub] spark pull request #16864: [SPARK-19527][Core] Approximate Size of Intersect...

2017-02-08 Thread Bcpoole
GitHub user Bcpoole opened a pull request: https://github.com/apache/spark/pull/16864 [SPARK-19527][Core] Approximate Size of Intersection of Bloom Filters **What changes were proposed in this pull request?** Added functions to get the Swamidass & Baldi (2007) approxima

[GitHub] spark pull request #16863: Swamidass & Baldi Approximations

2017-02-08 Thread Bcpoole
Github user Bcpoole closed the pull request at: https://github.com/apache/spark/pull/16863 --- 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

[GitHub] spark pull request #16863: Swamidass & Baldi Approximations

2017-02-08 Thread Bcpoole
GitHub user Bcpoole reopened a pull request: https://github.com/apache/spark/pull/16863 Swamidass & Baldi Approximations ## What changes were proposed in this pull request? Added functions to get the Swamidass & Baldi (2007) approximation for number of items in

[GitHub] spark pull request #16863: Swamidass & Baldi Approximations

2017-02-08 Thread Bcpoole
Github user Bcpoole closed the pull request at: https://github.com/apache/spark/pull/16863 --- 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

[GitHub] spark pull request #16863: Swamidass & Baldi Approximations

2017-02-08 Thread Bcpoole
GitHub user Bcpoole opened a pull request: https://github.com/apache/spark/pull/16863 Swamidass & Baldi Approximations ## What changes were proposed in this pull request? Added functions to get the Swamidass & Baldi (2007) approximation for number of items in

[GitHub] spark pull request #16861: Added function to get union of 2 Bloom filters (n...

2017-02-08 Thread Bcpoole
Github user Bcpoole closed the pull request at: https://github.com/apache/spark/pull/16861 --- 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

[GitHub] spark pull request #16861: Added function to get union of 2 Bloom filters (n...

2017-02-08 Thread Bcpoole
GitHub user Bcpoole opened a pull request: https://github.com/apache/spark/pull/16861 Added function to get union of 2 Bloom filters (no mutation). Added S… …wamidass & Baldi approximations for number of items in a Bloom filter and for the intersection of 2 Bloom filters g