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


##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationFactory.java:
##########
@@ -324,6 +325,11 @@ protected enum SpaceTrimming {
 
       private static final int INDETERMINATE_COLLATION_ID = -1;
 
+      /**
+       * UTF8 Binary collation version.
+       */
+      private static final String UTF8_BINARY_VERSION = "1.0";

Review Comment:
   please see the `Lower`/`Upper` implementation in `CollationSuite` - we 
**do** in fact use ICU for UTF8_BINARY implementation there now as well 
(`execBinaryICU`)
   
   so I suggest putting the proper ICU version here



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