Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/2919#issuecomment-61223274
[Test build #22599 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22599/consoleFull)
for PR 2919 at commit
[`94acb99`](https://github.com/apache/spark/commit/94acb9939357b5048bb9aad867566b70758c8a09).
* This patch **fails Spark unit 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](`
* `class GapSamplingReplacementIterator[T: ClassTag](`
* `class JavaModelWrapper(object):`
* `class JavaVectorTransformer(JavaModelWrapper, VectorTransformer):`
* `class StandardScalerModel(JavaVectorTransformer):`
* `class IDFModel(JavaVectorTransformer):`
* `class Word2VecModel(JavaVectorTransformer):`
* `class MatrixFactorizationModel(JavaModelWrapper):`
* `class MultivariateStatisticalSummary(JavaModelWrapper):`
* `class DecisionTreeModel(JavaModelWrapper):`
* ` // in some cases, such as when a class is enclosed in an
object (in which case`
* `abstract class UserDefinedType[UserType] extends DataType with
Serializable `
* `public abstract class DataType implements Serializable `
* `public abstract class UserDefinedType<UserType> extends DataType
implements Serializable `
---
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]