Skip to content

Commit

Permalink
Revert code style changes, and format CollationStringExpressionsSuite…
Browse files Browse the repository at this point in the history
….scala
  • Loading branch information
miland-db committed Mar 21, 2024
1 parent 3047a3c commit fd299f9
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 fd299f9

Please sign in to comment.