HyukjinKwon commented on a change in pull request #26994: [SPARK-30339][SQL]
Avoid to fail twice in function lookup
URL: https://github.com/apache/spark/pull/26994#discussion_r361932169
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala
##########
@@ -117,12 +117,25 @@ private[sql] class HiveSessionCatalog(
try {
lookupFunction0(name, children)
} catch {
- case NonFatal(_) =>
Review comment:
That's fine. Let's just go simple. The original fix itself is a partial
band-aid fix.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]