Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/6750#issuecomment-122435332
[Test build #32 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SlowSparkPullRequestBuilder/32/console)
for PR 6750 at commit
[`fb3acfc`](https://github.com/apache/spark/commit/fb3acfc6b7f3f5738061dbe033de33df4d84cbd9).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `abstract class StandaloneRecoveryModeFactory(conf: SparkConf,
serializer: Serializer) `
* `class RFormula(override val uid: String)`
* `case class UnresolvedAttribute(nameParts: Seq[String]) extends
Attribute `
* `abstract class Star extends LeafExpression with NamedExpression `
* `case class UnresolvedAlias(child: Expression) extends UnaryExpression
with NamedExpression `
* `abstract class LeafExpression extends Expression `
* `abstract class UnaryExpression extends Expression `
* `abstract class BinaryExpression extends Expression `
* `case class SortOrder(child: Expression, direction: SortDirection)
extends UnaryExpression `
* `trait AggregateExpression extends Expression `
* `trait PartialAggregate extends AggregateExpression `
* `case class Min(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class Max(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class Count(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class Average(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class Sum(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class SumDistinct(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class First(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class Last(child: Expression) extends UnaryExpression with
PartialAggregate `
* `case class Pmod(left: Expression, right: Expression) extends
BinaryArithmetic `
* ` final class SpecificRow extends $`
* `trait Generator extends Expression `
* `case class Explode(child: Expression) extends UnaryExpression with
Generator `
* `trait NamedExpression extends Expression `
* `abstract class Attribute extends LeafExpression with NamedExpression `
* `case class PrettyAttribute(name: String) extends Attribute `
* `case class Length(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class FormatNumber(x: Expression, d: Expression)`
* `abstract class LeafNode extends LogicalPlan `
* `abstract class UnaryNode extends LogicalPlan `
* `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]