Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/2455#issuecomment-61014883
[Test build #22475 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22475/consoleFull)
for PR 2455 at commit
[`46cb9fa`](https://github.com/apache/spark/commit/46cb9fa45182e4e194dada91af7e82e9a4c5fb76).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `class BernoulliCellSampler[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,`
* ` class DeferredObjectAdapter(oi: ObjectInspector) extends
DeferredObject `
---
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]