Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/7194#issuecomment-122631839
[Test build #37751 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/37751/console)
for PR 7194 at commit
[`a702e2e`](https://github.com/apache/spark/commit/a702e2eff2f2d9696a0f2ffa5e54736d0e66fa9f).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `case class UnresolvedAttribute(nameParts: Seq[String]) extends
Attribute with Unevaluable `
* `case class UnresolvedFunction(name: String, children: Seq[Expression])`
* `case class UnresolvedStar(table: Option[String]) extends Star with
Unevaluable `
* `case class ResolvedStar(expressions: Seq[NamedExpression]) extends
Star with Unevaluable `
* `case class UnresolvedAlias(child: Expression)`
* `case class Cast(child: Expression, dataType: DataType)`
* `trait Unevaluable `
* `case class SortOrder(child: Expression, direction: SortDirection)`
* `trait AggregateExpression extends Expression with Unevaluable `
* `case class Abs(child: Expression)`
* `trait CodegenFallback `
* `case class CreateArray(children: Seq[Expression]) extends Expression
with CodegenFallback `
* `case class CreateStruct(children: Seq[Expression]) extends Expression
with CodegenFallback `
* `case class CreateNamedStruct(children: Seq[Expression]) extends
Expression with CodegenFallback `
* `case class CurrentDate() extends LeafExpression with CodegenFallback `
* `case class CurrentTimestamp() extends LeafExpression with
CodegenFallback `
* `case class Explode(child: Expression) extends UnaryExpression with
Generator with CodegenFallback `
* `case class Literal protected (value: Any, dataType: DataType)`
* `case class Hex(child: Expression)`
* `case class Unhex(child: Expression)`
* `case class PrettyAttribute(name: String) extends Attribute with
Unevaluable `
* `case class In(value: Expression, list: Seq[Expression]) extends
Predicate with CodegenFallback `
* `case class NewSet(elementType: DataType) extends LeafExpression with
CodegenFallback `
* `case class AddItemToSet(item: Expression, set: Expression)`
* `case class CombineSets(left: Expression, right: Expression)`
* `case class CountSet(child: Expression) extends UnaryExpression with
CodegenFallback `
* `case class Upper(child: Expression)`
* `case class StringFormat(children: Expression*) extends Expression with
CodegenFallback `
* `case class StringSpace(child: Expression)`
* `case class Ascii(child: Expression)`
* `case class Base64(child: Expression)`
* `case class UnBase64(child: Expression)`
---
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]