Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7348#issuecomment-121148068
[Test build #37210 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/37210/console)
for PR 7348 at commit
[`4932d57`](https://github.com/apache/spark/commit/4932d57b257078df8432824e6a8d9e3a09c4993e).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `trait ImplicitCastInputTypes extends ExpectsInputTypes `
* `abstract class BinaryOperator extends BinaryExpression with
ExpectsInputTypes `
* `case class UnaryMinus(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class UnaryPositive(child: Expression) extends UnaryExpression
with ExpectsInputTypes `
* `case class Abs(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class BitwiseNot(child: Expression) extends UnaryExpression with
ExpectsInputTypes `
* `case class Factorial(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class Hex(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class Unhex(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class Md5(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class Sha1(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class Crc32(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class Not(child: Expression)`
* `case class And(left: Expression, right: Expression) extends
BinaryOperator with Predicate `
* `case class Or(left: Expression, right: Expression) extends
BinaryOperator with Predicate `
* `trait StringRegexExpression extends ImplicitCastInputTypes `
* `trait String2StringExpression extends ImplicitCastInputTypes `
* `trait StringComparison extends ImplicitCastInputTypes `
* `case class StringSpace(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class StringLength(child: Expression) extends UnaryExpression
with ImplicitCastInputTypes `
* `case class Ascii(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class Base64(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
* `case class UnBase64(child: Expression) extends UnaryExpression with
ImplicitCastInputTypes `
---
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]