Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/3247#issuecomment-64325848
[Test build #23833 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23833/consoleFull)
for PR 3247 at commit
[`bb1eb2d`](https://github.com/apache/spark/commit/bb1eb2dfd14142defb43efb39cda8cb1cce460e4).
* This patch **fails Scala style tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `class RandomForestModel(JavaModelWrapper):`
* `class RandomForest(object):`
* `case class UnresolvedFunction(`
* `abstract class AggregateFunction `
* `trait AggregateExpression extends Expression `
* `case class MinFunction(aggr: BoundReference, base: Min) extends
AggregateFunction `
* `case class Min(child: Expression, distinct: Boolean = false, override
val distinctLike: Boolean = true) extends UnaryExpression with
AggregateExpression `
* `case class AverageFunction(count: BoundReference, sum: BoundReference,
base: Average) extends AggregateFunction `
* `case class Average(child: Expression, distinct: Boolean = false)
extends UnaryExpression with AggregateExpression `
* `case class Max(child: Expression) extends UnaryExpression with
AggregateExpression `
* `case class MaxFunction(expr: Expression, base: AggregateExpression)
extends AggregateFunction `
* `case class Count(child: Expression) extends UnaryExpression with
AggregateExpression `
* `case class CountDistinct(expressions: Seq[Expression]) extends
UnaryExpression with AggregateExpression `
* `case class CollectHashSet(expressions: Seq[Expression]) extends
UnaryExpression with AggregateExpression `
* `case class CombineSetsAndCount(inputSet: Expression) extends
UnaryExpression with AggregateExpression `
* `case class ApproxCountDistinctPartition(child: Expression, relativeSD:
Double) extends UnaryExpression with AggregateExpression`
* `case class ApproxCountDistinctMerge(child: Expression, relativeSD:
Double) extends UnaryExpression with AggregateExpression `
* `case class ApproxCountDistinct(child: Expression, relativeSD: Double =
0.05) extends UnaryExpression with AggregateExpression `
* `case class Sum(child: Expression) extends UnaryExpression with
AggregateExpression`
* `case class SumDistinct(child: Expression) extends UnaryExpression with
AggregateExpression`
* `case class First(child: Expression) extends UnaryExpression with
AggregateExpression`
* `case class Last(child: Expression) extends UnaryExpression with
AggregateExpression`
* `sealed case class AggregateFunctionBind(`
* `sealed trait Aggregate `
* `sealed trait PreShuffle extends Aggregate `
* `sealed trait PostShuffle extends Aggregate `
* `case class AggregatePreShuffle(`
* `case class AggregatePostShuffle(`
* `case class DistinctAggregate(`
* `class DefaultSource extends RelationProvider `
* `case class ParquetRelation2(path: String)(@transient val sqlContext:
SQLContext)`
* `abstract class CatalystScan extends BaseRelation `
---
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]