MaxGekk commented on code in PR #38705: URL: https://github.com/apache/spark/pull/38705#discussion_r1026301316
########## sql/core/src/test/resources/sql-tests/results/ansi/string-functions.sql.out: ########## @@ -14,7 +29,7 @@ select format_string() struct<> -- !query output org.apache.spark.sql.AnalysisException -requirement failed: format_string() should take at least 1 argument; line 1 pos 7 +0; line 1 pos 7 Review Comment: hmm, why is that? We should see similar error as for `select concat_ws()`. -- 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]
