Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/7488#issuecomment-122522703
  
      [Test build #37704 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/37704/console)
 for   PR 7488 at commit 
[`21ef293`](https://github.com/apache/spark/commit/21ef293de442a87571a804f4115587f5ead93833).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class NaiveBayes(override val uid: String)`
      * `class KMeans(override val uid: String) extends Estimator[KMeansModel] 
with KMeansParams `
      * `class IntArrayParam(parent: Params, name: String, doc: String, 
isValid: Array[Int] => Boolean)`
      * `class KMeansModel(JavaModel):`
      * `class KMeans(JavaEstimator, HasFeaturesCol, HasMaxIter, HasSeed):`
      * `class PCA(JavaEstimator, HasInputCol, HasOutputCol):`
      * `class PCAModel(JavaModel):`
      * `abstract class Expression extends TreeNode[Expression] with Product `
      * `trait Generator extends Expression `
      * `abstract class UnaryLogExpression(f: Double => Double, name: String)`
      * `case class Conv(numExpr: Expression, fromBaseExpr: Expression, 
toBaseExpr: Expression)`
      * `case class Log(child: Expression) extends UnaryLogExpression(math.log, 
"LOG")`
      * `case class Log10(child: Expression) extends 
UnaryLogExpression(math.log10, "LOG10")`
      * `case class Log1p(child: Expression) extends 
UnaryLogExpression(math.log1p, "LOG1P") `
      * `trait NamedExpression extends Expression `
      * `abstract class Attribute extends LeafExpression with NamedExpression `
      * `case class IsNaN(child: Expression) extends UnaryExpression`
      * `abstract class LogicalPlan extends QueryPlan[LogicalPlan] with Logging 
with Product`
      * `abstract class SparkPlan extends QueryPlan[SparkPlan] with Logging 
with Product with Serializable `
      * `trait HashSemiJoin `



---
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