Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/19330
**[Test build #97739 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/97739/testReport)**
for PR 19330 at commit
[`6aa4b8b`](https://github.com/apache/spark/commit/6aa4b8b3ad7b12a9196cd9b6740c0abe07fccf2c).
* This patch **fails due to an unknown error code, -9**.
* This patch **does not merge 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]