viktorluc-db commented on code in PR #47771:
URL: https://github.com/apache/spark/pull/47771#discussion_r1731806982


##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationAwareUTF8String.java:
##########
@@ -680,21 +621,21 @@ private static void appendTitleCasedCodepoint(
       boolean precededByCasedLetter,
       UTF8String target,
       int offset) {
-    if(isAfterAsciiSpace) {
-      // Titlecasing a character if it is in the beginning of a new word.
+    if (isAfterAsciiSpace) {
+      // Title-casing a character if it is in the beginning of a new word.

Review Comment:
   Thanks for the clarification!



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