Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/19330
**[Test build #82196 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/82196/testReport)**
for PR 19330 at commit
[`5279338`](https://github.com/apache/spark/commit/527933891d9f3a0bea4e6ca89e88519413bc75e8).
* This patch **fails SparkR unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class Max(child: Expression) extends DeclarativeAggregate with
OrderSpecified `
* `case class Min(child: Expression) extends DeclarativeAggregate with
OrderSpecified `
* `case class Least(children: Seq[Expression]) extends Expression with
OrderSpecified `
* `case class Greatest(children: Seq[Expression]) extends Expression with
OrderSpecified `
* `case class OrderMaps(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `class InterpretedOrdering(orders: Seq[SortOrder]) extends
Ordering[InternalRow] `
* `case class In(value: Expression, list: Seq[Expression]) extends
Predicate with OrderSpecified `
* `case class InSet(child: Expression, hset: Set[Any])`
* `abstract class BinaryComparison extends BinaryOperator with Predicate
with OrderSpecified `
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]