You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by MaxGekk <gi...@git.apache.org> on 2018/09/01 09:52:53 UTC

[GitHub] spark pull request #22226: [SPARK-25252][SQL] Support arrays of any types by...

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

    https://github.com/apache/spark/pull/22226#discussion_r214509654
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -1697,8 +1697,8 @@ setMethod("to_date",
               })
     
     #' @details
    -#' \code{to_json}: Converts a column containing a \code{structType}, array of \code{structType},
    -#' a \code{mapType} or array of \code{mapType} into a Column of JSON string.
    +#' \code{to_json}: Converts a column containing a \code{structType}, a \code{mapType}
    +#' or an array into a Column of JSON string.
    --- End diff --
    
    I added tests for Python and R. Please, take a look at them.


---

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