Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7451#issuecomment-122223013
[Test build #37605 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/37605/console)
for PR 7451 at commit
[`003ab23`](https://github.com/apache/spark/commit/003ab23b0ca91bd2b8df60474c2643a62083d991).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `class RFormula(override val uid: String)`
* `abstract class LeafExpression extends Expression `
* `abstract class UnaryExpression extends Expression `
* `abstract class BinaryExpression extends Expression `
* `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") `
* `case class Length(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class FormatNumber(x: Expression, d: Expression)`
* `abstract class BinaryNode extends LogicalPlan `
---
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]