Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/6762#issuecomment-111178598
  
      [Test build #34693 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34693/console)
 for   PR 6762 at commit 
[`bfcb230`](https://github.com/apache/spark/commit/bfcb23050c3c06ba0f004c177bb08baf2f6767a2).
     * This patch **fails Scala style tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `trait String2StringExpression extends ExpectsInputTypes `
      * `case class Upper(child: Expression) extends UnaryExpression with 
String2StringExpression `
      * `case class Lower(child: Expression) extends UnaryExpression with 
String2StringExpression `
      * `case class StringTrim(child: Expression) extends UnaryExpression with 
String2StringExpression `
      * `case class StringTrimLeft(child: Expression) extends UnaryExpression 
with String2StringExpression `
      * `case class StringTrimRight(child: Expression) extends UnaryExpression 
with String2StringExpression `
      * `case class StringInstr(str: Expression, substr: Expression)`
      * `case class StringLocate(children: Expression*)`
      * `case class StringLPad(str: Expression, len: Expression, pad: 
Expression)`
      * `case class StringRPad(str: Expression, len: Expression, pad: 
Expression)`
      * `case class StringFormat(children: Expression*) extends Expression `
      * `case class StringRepeat(str: Expression, times: Expression)`
      * `case class StringReverse(str: Expression)`
      * `case class StringSpace(n: Expression)`
      * `case class StringSplit(str: Expression, pattern: 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]

Reply via email to