jovanpavl-db commented on code in PR #48222:
URL: https://github.com/apache/spark/pull/48222#discussion_r1775523771
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collationExpressions.scala:
##########
Review Comment:
Not sure I get the comment.
This covers Collate, take a look at tests I added at
sql/core/src/test/scala/org/apache/spark/sql/errors/QueryCompilationErrorsSuite.scala,
it covers collate clause, for example:
SELECT collate('aaa', 'UNICODE_TRIM').
--
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]