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

    https://github.com/apache/spark/pull/21482#discussion_r192520834
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala ---
    @@ -1107,6 +1107,14 @@ object functions {
        */
       def input_file_name(): Column = withExpr { InputFileName() }
     
    +  /**
    +   * Return true iff the column is Infinity.
    +   *
    +   * @group normal_funcs
    +   * @since 1.6.0
    --- End diff --
    
    Need to fix these versions, here and elsewhere. This change would land in 
Spark 2.4.0.


---

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

Reply via email to