You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/12 00:13:59 UTC

[GitHub] [spark] imback82 commented on a change in pull request #26854: [SPARK-30040][SQL] DROP FUNCTION should do multi-catalog resolution

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:
   nit: 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org