MaxGekk commented on code in PR #37725:
URL: https://github.com/apache/spark/pull/37725#discussion_r1039856927
##########
sql/core/src/test/resources/sql-tests/results/udaf.sql.out:
##########
@@ -31,7 +31,12 @@ SELECT default.myDoubleAvg(int_col1, 3) as my_avg from t1
struct<>
-- !query output
org.apache.spark.sql.AnalysisException
-Invalid number of arguments for function spark_catalog.default.mydoubleavg.
Expected: 1; Found: 2; line 1 pos 7
+{
+ "errorClass" : "LEGACY",
+ "messageParameters" : {
+ "message" : "Invalid number of arguments for function
spark_catalog.default.mydoubleavg. Expected: 1; Found: 2; line 1 pos 7"
Review Comment:
This one should disappear after https://github.com/apache/spark/pull/38919
--
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]