MaxGekk commented on code in PR #37725:
URL: https://github.com/apache/spark/pull/37725#discussion_r1029406863


##########
sql/core/src/test/resources/sql-tests/results/udaf.sql.out:
##########
@@ -48,7 +53,12 @@ SELECT default.udaf1(int_col1) as udaf1 from t1
 struct<>
 -- !query output
 org.apache.spark.sql.AnalysisException
-Can not load class 'test.non.existent.udaf' when registering the function 
'spark_catalog.default.udaf1', please make sure it is on the classpath; line 1 
pos 7
+{
+  "errorClass" : "LEGACY",
+  "messageParameters" : {
+    "message" : "Can not load class 'test.non.existent.udaf' when registering 
the function 'spark_catalog.default.udaf1', please make sure it is on the 
classpath; line 1 pos 7"

Review Comment:
   @panbingkun Any ideas why we still don't see the error class 
`CANNOT_LOAD_FUNCTION_CLASS ` introduced by your PR 
https://github.com/apache/spark/pull/38696?



-- 
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]

Reply via email to