vladimirg-db commented on code in PR #50410:
URL: https://github.com/apache/spark/pull/50410#discussion_r2020920098


##########
sql/core/src/test/resources/sql-tests/inputs/collations.sql:
##########
@@ -442,6 +442,83 @@ select RTRIM(utf8_binary collate utf8_binary_rtrim, 
utf8_lcase collate utf8_bina
 select RTRIM('ABc', utf8_binary), RTRIM('ABc', utf8_lcase) from t5;
 select RTRIM('ABc' collate utf8_lcase, utf8_binary), RTRIM('AAa' collate 
utf8_binary, utf8_lcase) from t5;
 
+-- Implicit aliases to collated expression trees are correctly generated

Review Comment:
   Thanks! Here's a fix to 4.0: https://github.com/apache/spark/pull/50467



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to