uros-db commented on code in PR #47828: URL: https://github.com/apache/spark/pull/47828#discussion_r1728590569
########## sql/core/src/test/resources/sql-tests/inputs/collations.sql: ########## @@ -101,3 +101,319 @@ select str_to_map(text collate utf8_binary, pairDelim collate utf8_lcase, keyVal select str_to_map(text collate utf8_binary, pairDelim collate utf8_binary, keyValueDelim collate utf8_binary) from t4; drop table t4; + +-- ConcatWs +create table t1(utf8_binary string collate utf8_binary, utf8_lcase string collate utf8_lcase) using parquet; Review Comment: and after we've decided on which tables we intend to keep, let's call them using different names (e.g. t1, t2, t3, etc.) instead of calling them all "t1" -- 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]
