Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/2455#issuecomment-56904510
  
      [QA tests have 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/20828/consoleFull)
 for   PR 2455 at commit 
[`b89b591`](https://github.com/apache/spark/commit/b89b591da69c060a397651fe79ee68a4098db266).
     * This patch **fails** unit tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class BernoulliPartitionSampler[T](lb: Double, ub: Double, complement: 
Boolean = false)`
      * `class BernoulliSampler[T: ClassTag](fraction: Double) extends 
RandomSampler[T, T] `
      * `class PoissonSampler[T: ClassTag](fraction: Double) extends 
RandomSampler[T, T] `
      * `class GapSamplingIterator[T: ClassTag](var data: Iterator[T], f: 
Double,`
      * `class GapSamplingReplacementIterator[T: ClassTag](var data: 
Iterator[T], f: Double,`



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to