uros-db commented on code in PR #48521:
URL: https://github.com/apache/spark/pull/48521#discussion_r1812940699
##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationFactory.java:
##########
@@ -358,6 +358,19 @@ protected static UTF8String applyTrimmingPolicy(UTF8String
s, int collationId) {
return applyTrimmingPolicy(s, getSpaceTrimming(collationId));
}
+ protected static boolean ignoresSpacesInTrimFunctions(
+ int collationId,
+ boolean isLTrim,
+ boolean isRTrim) {
Review Comment:
fix scalastyle
--
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]