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


##########
common/unsafe/src/test/java/org/apache/spark/unsafe/types/CollationSupportSuite.java:
##########
@@ -887,6 +887,22 @@ private void assertInitCap(String target, String 
collationName, String expected)
     assertEquals(expected_utf8, CollationSupport.InitCap.exec(target_utf8, 
collationId, false));
     // Note: results should be the same in these tests for both ICU and 
JVM-based implementations.
   }
+  private void assertInitCap(

Review Comment:
   ```suggestion
   
     private void assertInitCap(
   ```



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