jovanpavl-db commented on code in PR #48222:
URL: https://github.com/apache/spark/pull/48222#discussion_r1774996509
##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationFactory.java:
##########
@@ -259,6 +269,14 @@ protected enum ImplementationProvider {
UTF8_BINARY, ICU
}
+ /**
+ * Bits 19-18 having value 00 for no space trimming, 01 for left space
trimming
+ * 10 for right space trimming and 11 for both sides space trimming.
Review Comment:
Sure, will update.
--
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]