Skip to content

Commit

Permalink
Remove blank line from CollationStringExpressionsSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
miland-db committed Mar 21, 2024
1 parent eb2d7c5 commit 9340831
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import org.apache.spark.sql.test.SharedSparkSession
class CollationStringExpressionsSuite extends QueryTest with SharedSparkSession {

case class CollationTestCase[R](s1: String, s2: String, collation: String, expectedResult: R)

case class CollationTestFail[R](s1: String, s2: String, collation: String)

test("Support ConcatWs string expression with Collation") {
Expand Down

0 comments on commit 9340831

Please sign in to comment.