Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7194#issuecomment-122523515
[Test build #37700 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/37700/console)
for PR 7194 at commit
[`fc6b4d2`](https://github.com/apache/spark/commit/fc6b4d2cb62072a73c1756ee6759bc3157574ec0).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `class KMeans(override val uid: String) extends Estimator[KMeansModel]
with KMeansParams `
* `class KMeansModel(JavaModel):`
* `class KMeans(JavaEstimator, HasFeaturesCol, HasMaxIter, HasSeed):`
* `abstract class UnaryLogExpression(f: Double => Double, name: String)`
* `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 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]