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


##########
common/unsafe/src/test/java/org/apache/spark/unsafe/types/CollationSupportSuite.java:
##########
@@ -176,12 +176,12 @@ public void testStartsWith() throws SparkException {
     assertStartsWith("äbćδe", "ÄBcΔÉ", "UNICODE_CI", false);
   }
 
-  private void assertEndsWith(String pattern, String suffix, String 
collationName, boolean value)
+  private void assertEndsWith(String pattern, String suffix, String 
collationName)

Review Comment:
   ```suggestion
     private void assertEndsWith(String pattern, String suffix, String 
collationName, boolean expected)
   ```



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