Skip to content

Commit

Permalink
Format scala code
Browse files Browse the repository at this point in the history
  • Loading branch information
miland-db committed Mar 20, 2024
1 parent 3047a3c commit 9cc5045
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ 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 9cc5045

Please sign in to comment.