Skip to content

Commit

Permalink
Remove tests on non-explicit default collation
Browse files Browse the repository at this point in the history
  • Loading branch information
miland-db committed Mar 25, 2024
1 parent 91b648a commit 1062521
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ class CollationStringExpressionsSuite extends QueryTest
)
}

test("FIND_IN_SET check result on non-explicit default collation") {
checkEvaluation(FindInSet(Literal("def"), Literal("abc,b,ab,c,def")), 5)
checkEvaluation(FindInSet(Literal("defg"), Literal("abc,b,ab,c,def")), 0)
}

test("FIND_IN_SET check result on explicitly collated strings") {
def testFindInSet(expected: Integer, stringType: Integer, word: String, set: String): Unit = {
val w = Literal.create(word, StringType(stringType))
Expand Down

0 comments on commit 1062521

Please sign in to comment.