Skip to content

Commit

Permalink
scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichao-li committed Jul 24, 2015
1 parent 67c253a commit 9546991
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ class StringExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper {
Substring_index(Literal(""), Literal("."), Literal(-2)), "")
checkEvaluation(
Substring_index(Literal.create(null, StringType), Literal("."), Literal(-2)), null)
checkEvaluation(
Substring_index(Literal("www.apache.org"), Literal.create(null, StringType), Literal(-2)), null)
checkEvaluation(Substring_index(
Literal("www.apache.org"), Literal.create(null, StringType), Literal(-2)), null)
// non ascii chars
// scalastyle:off
checkEvaluation(
Expand Down

0 comments on commit 9546991

Please sign in to comment.