spyrospav commented on code in PR #57052:
URL: https://github.com/apache/spark/pull/57052#discussion_r3588509182
##########
common/unsafe/src/test/java/org/apache/spark/unsafe/types/CollationSupportSuite.java:
##########
@@ -3895,14 +3895,40 @@ public void testStringTranslate() throws SparkException
{
assertStringTranslate("𝔸", "𝕒", "x", UTF8_BINARY, "𝔸");
assertStringTranslate("𝔸", "𝕒", "x", UTF8_LCASE, "𝔸");
assertStringTranslate("𝔸", "𝕒", "x", UNICODE, "𝔸");
- assertStringTranslate("𝔸", "𝕒", "x", UNICODE_CI, "x");
Review Comment:
You're right! That removal was unintentional; restored
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]