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


##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationAwareUTF8String.java:
##########
@@ -415,6 +415,23 @@ else if (codePoint == 0x03C2) {
     }
   }
 
+  private static final int COMBINED_LOWERCASE_I_DOT = 0x69 << 16 | 0x307;
+
+  private static int getLowercaseCodePoint(final int codePoint) {

Review Comment:
   adding documentation now, and we'll revisit comparator optimization in a 
follow-up effort



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to