uros-b commented on code in PR #57900:
URL: https://github.com/apache/spark/pull/57900#discussion_r3751884279


##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationFactory.java:
##########
@@ -111,6 +111,7 @@ public static class Collation {
     public final String collationName;
     public final String provider;
     private final ThreadLocal<Collator> threadLocalCollator;
+    public final ULocale caseConversionLocale;

Review Comment:
   Update: if upper/lower are also affected, then let's consider adding a 
legacy config too.



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