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

    https://github.com/apache/spark/pull/21645#discussion_r201827579
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -3071,6 +3085,19 @@ setMethod("array_position",
                 column(jc)
               })
     
    +#' @details
    +#' \code{array_remove}: Removes all elements that equal to element from 
the given array.
    +#'
    +#' @rdname column_collection_functions
    +#' @aliases array_remove array_remove,Column-method
    +#' @note array_remove since 2.4.0
    +setMethod("array_remove",
    +          signature(x = "Column", value = "ANY"),
    --- End diff --
    
    Thanks for your review. I will add in doc. 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to