cloud-fan commented on a change in pull request #29502:
URL: https://github.com/apache/spark/pull/29502#discussion_r482812027



##########
File path: sql/core/src/test/resources/sql-tests/results/udf/udf-udaf.sql.out
##########
@@ -51,7 +52,7 @@ SELECT default.udaf1(udf(int_col1)) as udaf1, 
udf(default.udaf1(udf(int_col1)))
 struct<>
 -- !query output
 org.apache.spark.sql.AnalysisException
-Can not load class 'test.non.existent.udaf' when registering the function 
'default.udaf1', please make sure it is on the classpath; line 1 pos 94

Review comment:
       Here it was `'default.udaf1'` previously. But the new message is 
`'udaf1'`: 
https://github.com/apache/spark/pull/29502/files#diff-2d3d6b47e6044b4d44590c5a73b7cd8bR46
   
   Do you know why?




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

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