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

    https://github.com/apache/spark/pull/20832#discussion_r174699743
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Column.scala ---
    @@ -1208,85 +1208,172 @@ class ColumnName(name: String) extends 
Column(name) {
        */
       def boolean: StructField = StructField(name, BooleanType)
     
    +  /**
    +   * Creates a new `StructField` of type boolean.
    +   * @since 2.3.0
    --- End diff --
    
    `2.4.0` I think


---

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

Reply via email to