HyukjinKwon commented on a change in pull request #29054:
URL: https://github.com/apache/spark/pull/29054#discussion_r475090380



##########
File path: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala
##########
@@ -105,12 +109,18 @@ private[sql] class HiveSessionCatalog(
               } else {
                 noHandlerMsg
               }
-            val analysisException = new AnalysisException(errorMsg)
+            val analysisException = new AnalysisException(
+              s"Spark UDAF Error: ${exception.getMessage}\n" +

Review comment:
       What if we load a Hive UDF and it fail? Is it still going to show the 
the method is missing in Spark?




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