Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/6762#issuecomment-112074260
  
      [Test build #34940 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34940/console)
 for   PR 6762 at commit 
[`6677186`](https://github.com/apache/spark/commit/667718653f9632ec2ac48e5352d4920ab3825313).
     * 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)`
      * `case class StringTrimLeft(child: Expression)`
      * `case class StringTrimRight(child: Expression)`
      * `case class StringInstr(str: Expression, substr: Expression)`
      * `case class StringLocate(substr: Expression, str: Expression, start: 
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(child: Expression) extends UnaryExpression 
with String2StringExpression `
      * `case class StringSpace(child: Expression) extends UnaryExpression with 
ExpectsInputTypes `
      * `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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to