[GitHub] spark pull request #21142: [SPARK-24069][R] Add array_min / array_max functi...

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

[GitHub] spark pull request #21142: [SPARK-24069][R] Add array_min / array_max functi...

2018-04-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21142#discussion_r183952708 --- Diff: R/pkg/R/functions.R --- @@ -206,6 +206,8 @@ NULL #' df <- createDataFrame(cbind(model = rownames(mtcars), mtcars)) #' tmp <- mutate(d

[GitHub] spark pull request #21142: [SPARK-24069][R] Add array_min / array_max functi...

2018-04-24 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/21142 [SPARK-24069][R] Add array_min / array_max functions ## What changes were proposed in this pull request? This PR proposes to add array_max and array_min in R side too. array_ma