imback82 commented on a change in pull request #26854: [SPARK-30040][SQL] DROP 
FUNCTION should do multi-catalog resolution
URL: https://github.com/apache/spark/pull/26854#discussion_r356900952
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveSessionCatalog.scala
 ##########
 @@ -503,6 +503,20 @@ class ResolveSessionCatalog(
         case None => (None, pattern)
       }
       ShowFunctionsCommand(database, function, userScope, systemScope)
+
+    case DropFunctionStatement(
+      CatalogAndIdentifier(catalog, functionIdent), ifExists, isTemp) =>
 
 Review comment:
   This can go to the previous line.
   ```
       case DropFunctionStatement(CatalogAndIdentifier(catalog, functionIdent), 
ifExists, isTemp) =>
   ```

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

Reply via email to