uros-db commented on code in PR #46761:
URL: https://github.com/apache/spark/pull/46761#discussion_r1668309987
##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationSupport.java:
##########
@@ -514,34 +514,19 @@ public static String genCode(final String source, final
String dict, final int c
return String.format(expr + "Binary(%s, %s)", source, dict);
} else if (collation.supportsLowercaseEquality) {
return String.format(expr + "Lowercase(%s, %s)", source, dict);
- } else {
+ } else {
Review Comment:
note to self: undo this change
--
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]