Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/6278#issuecomment-111604820
  
      [Test build #34784 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34784/console)
 for   PR 6278 at commit 
[`b4fb42b`](https://github.com/apache/spark/commit/b4fb42ba16cca1b9014e8848135866dbb89bcf42).
     * 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]

Reply via email to