LuciferYang commented on code in PR #50410: URL: https://github.com/apache/spark/pull/50410#discussion_r2020646752
########## 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: The pipeline for branch-4.0 has failed, both for the change pipeline and the daily test. Is there any missing patch for version 4.0? - https://github.com/apache/spark/actions/runs/14155845723/job/39655005303 - https://github.com/apache/spark/actions/runs/14162758304/job/39670801048  -- 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