Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/6278#issuecomment-113816743
[Test build #35368 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35368/console)
for PR 6278 at commit
[`2aa4e41`](https://github.com/apache/spark/commit/2aa4e41665fdcb6c904a872459c7ef75079b8cf6).
* This patch **passes all tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `abstract class WindowSpec extends Expression `
* `case class WindowSpecReference(name: String) extends WindowSpec with
LeafNode[Expression] `
* `case class WindowExpression(`
* `trait ImpliedOrderSpec `
* `case class ComposedWindowFunction(child: Expression) extends
Expression`
* `abstract class RankLikeExpression extends AggregateExpression with
ImpliedOrderSpec`
* `abstract class RankLikeFunction extends AggregateFunction `
* `case class Rank(children: Seq[Expression]) extends RankLikeExpression `
* `case class RankFunction(override val children: Seq[Expression], base:
AggregateExpression)`
* `case class DenseRank(children: Seq[Expression]) extends
RankLikeExpression `
* `case class DenseRankFunction(override val children: Seq[Expression],
base: AggregateExpression)`
* ` case class Token(name: String, children: Seq[ASTNode]) extends Node `
---
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]