Github user peter-toth commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22318#discussion_r215274137
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/AttributeMap.scala
 ---
    @@ -23,12 +23,14 @@ package org.apache.spark.sql.catalyst.expressions
      * of the name, or the expected nullability).
      */
     object AttributeMap {
    +  var empty = new AttributeMap(Map.empty)
    --- End diff --
    
    oh thanks, fixed


---

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

Reply via email to