[GitHub] spark pull request #21645: [SPARK-24537][R]Add array_remove / array_zip / ma...

2018-07-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21645 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21645: [SPARK-24537][R]Add array_remove / array_zip / ma...

2018-07-11 Thread huaxingao
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

[GitHub] spark pull request #21645: [SPARK-24537][R]Add array_remove / array_zip / ma...

2018-07-10 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21645#discussion_r201574780 --- Diff: R/pkg/R/functions.R --- @@ -3071,6 +3085,19 @@ setMethod("array_position", column(jc) }) +#' @details

[GitHub] spark pull request #21645: [SPARK-24537][R]Add array_remove / array_zip / ma...

2018-07-10 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21645#discussion_r201574237 --- Diff: R/pkg/R/functions.R --- @@ -3120,6 +3147,24 @@ setMethod("arrays_overlap", column(jc) }) +#' @details

[GitHub] spark pull request #21645: [SPARK-24537][R]Add array_remove / array_zip / ma...

2018-07-10 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21645#discussion_r201574700 --- Diff: R/pkg/R/functions.R --- @@ -3120,6 +3147,24 @@ setMethod("arrays_overlap", column(jc) }) +#' @details

[GitHub] spark pull request #21645: [SPARK-24537][R]Add array_remove / array_zip / ma...

2018-06-26 Thread huaxingao
GitHub user huaxingao opened a pull request: https://github.com/apache/spark/pull/21645 [SPARK-24537][R]Add array_remove / array_zip / map_from_arrays / array_distinct ## What changes were proposed in this pull request? Add array_remove / array_zip / map_from_arrays /