Github user kevinyu98 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20795#discussion_r176249308
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala ---
    @@ -175,6 +175,8 @@ private[sql] class HiveSessionCatalog(
         super.functionExists(name) || hiveFunctions.contains(name.funcName)
       }
     
    +  override def externalFunctionExists(name: FunctionIdentifier): Boolean = 
functionExists(name)
    --- End diff --
    
    @WeichenXu123 thanks very much for reviewing. Yes, I will add both in the 
HiveSessionCatalog.


---

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

Reply via email to