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

    https://github.com/apache/spark/pull/22576#discussion_r224364692
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala ---
    @@ -168,4 +173,22 @@ class SparkSessionExtensions {
       def injectParser(builder: ParserBuilder): Unit = {
         parserBuilders += builder
       }
    +
    +  private[this] val injectedFunctions =
    +    mutable.Buffer.empty[FunctionDescription]
    +
    +    private[sql] def registerFunctions(functionRegistry: FunctionRegistry) 
= {
    --- End diff --
    
    Can you fix the indentation for the next 14 lines?


---

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

Reply via email to