srielau commented on code in PR #57900:
URL: https://github.com/apache/spark/pull/57900#discussion_r3764181887


##########
sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala:
##########
@@ -96,6 +96,18 @@ class CollationSuite extends DatasourceV2SQLBase with 
AdaptiveSparkPlanHelper {
     }
   }
 
+  test("initcap uses locale-specific collation rules") {
+    Seq(
+      ("NL", "Erik IJzermans"),
+      ("UTF8_LCASE", "Erik Ijzermans"),
+      ("UTF8_BINARY", "Erik Ijzermans")

Review Comment:
   By request: Thanks I feel honored :sweat_smile:. Preferably slightly more 
anonymous though, without the first name would help.



-- 
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]

Reply via email to