Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9819#issuecomment-161108921
**[Test build #46998 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46998/consoleFull)**
for PR 9819 at commit
[`d7f13a0`](https://github.com/apache/spark/commit/d7f13a07095528ac04025d9e666a65ddeddbb42f).
* This patch **fails RAT tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:\n *
`abstract class ImperativeAggregate extends AggregateFunction with
CodegenFallback `\n * `trait WindowFunction extends Expression `\n * `case
class Lead(input: Expression, offset: Expression, default: Expression)`\n *
`case class Lag(input: Expression, offset: Expression, default: Expression)`\n
* `abstract class AggregateWindowFunction extends DeclarativeAggregate with
WindowFunction `\n * `abstract class RowNumberLike extends
AggregateWindowFunction `\n * `trait SizeBasedWindowFunction extends
AggregateWindowFunction `\n * `case class RowNumber() extends RowNumberLike
`\n * `case class CumeDist(n: Expression)`\n * `case class NTile(buckets:
Expression, n: Expression)`\n * `abstract class RankLike extends
AggregateWindowFunction `\n * `case class Rank(order: Seq[Expression]) extends
RankLike `\n * `case class DenseRank(order: Seq[Expression]) extends RankLike
`\n * `case class PercentRank(order:
Seq[Expression], n: Expression) extends RankLike`\n
---
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]