Skip to content

Commit

Permalink
removed unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicmarkodb committed Jul 30, 2024
1 parent 5d6b056 commit 5e5e441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ class HashExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper {
checkHiveHashForDecimal("123456.123456789012345678901234567890", 38, 31, 1728235666)
}

for (collation <- Seq("UTF8_LCASE", "UNICODE_CI", "UTF8_BINARY", "UNICODE")) {
for (collation <- Seq("UTF8_LCASE", "UNICODE_CI", "UTF8_BINARY")) {
test(s"hash check for collated $collation strings") {
val s1 = "aaa"
val s2 = "AAA"
Expand Down

0 comments on commit 5e5e441

Please sign in to comment.