Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7175#issuecomment-117914070
[Test build #36332 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36332/console)
for PR 7175 at commit
[`efbfa42`](https://github.com/apache/spark/commit/efbfa42056e512b798370e9ace7a6988079991f8).
* This patch **fails PySpark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `trait ExpectsInputTypes `
* `abstract class BinaryExpression extends Expression with
trees.BinaryNode[Expression] `
* `abstract class BinaryOperator extends BinaryExpression `
* `abstract class BinaryArithmetic extends BinaryOperator `
* `case class Md5(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class Sha1(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class Crc32(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class Not(child: Expression) extends UnaryExpression with
Predicate with ExpectsInputTypes `
* `abstract class BinaryComparison extends BinaryOperator with Predicate `
* `trait StringRegexExpression extends ExpectsInputTypes `
* `trait CaseConversionExpression extends ExpectsInputTypes `
* `trait StringComparison extends ExpectsInputTypes `
* `case class StringLength(child: Expression) extends UnaryExpression
with ExpectsInputTypes `
* `protected[sql] abstract class AtomicType extends DataType `
* `abstract class NumericType extends AtomicType `
* `abstract class DataType extends AbstractDataType `
---
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]