MaxGekk commented on code in PR #48626:
URL: https://github.com/apache/spark/pull/48626#discussion_r1814607280


##########
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:
   If we really depends on ICU here, and by the source code it seems it is 
true, we should use ICU version for `UTF8_BINARY` too. @stefankandic WDYT?



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