[GitHub] spark pull request #13760: [SPARK-16012][SparkR] Implement gapplyCollect whi...

2016-07-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13760 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68571809 --- Diff: R/pkg/R/DataFrame.R --- @@ -1370,14 +1370,22 @@ setMethod("dapplyCollect", #' columns with data types integer and string and the mean which is

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68571761 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #' -#

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68571781 --- Diff: R/pkg/R/DataFrame.R --- @@ -1419,6 +1427,80 @@ setMethod("gapply", gapply(grouped, func, schema) }) +#' ga

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68565249 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #' -#

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68564302 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #' -#

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68563365 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #' -#

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68542673 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #'

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68542491 --- Diff: R/pkg/R/DataFrame.R --- @@ -1370,14 +1370,22 @@ setMethod("dapplyCollect", #' columns with data types integer and string and the mean which is

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68542159 --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R --- @@ -2236,12 +2236,15 @@ test_that("gapply() on a DataFrame", { actual <- collect(df1)

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68542089 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #'

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68541684 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #'

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68541385 --- Diff: R/pkg/R/group.R --- @@ -198,62 +198,61 @@ createMethods() #' #' Applies a R function to each group in the input GroupedData #'

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68541122 --- Diff: R/pkg/R/DataFrame.R --- @@ -1419,6 +1427,80 @@ setMethod("gapply", gapply(grouped, func, schema) }) +#

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68541007 --- Diff: R/pkg/R/DataFrame.R --- @@ -1419,6 +1427,80 @@ setMethod("gapply", gapply(grouped, func, schema) }) +#

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-27 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68540924 --- Diff: R/pkg/R/DataFrame.R --- @@ -1370,14 +1370,22 @@ setMethod("dapplyCollect", #' columns with data types integer and string and the mean which

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-26 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68508656 --- Diff: R/pkg/R/group.R --- @@ -243,17 +236,73 @@ setMethod("gapply", signature(x = "GroupedData"), function(x, func, schema)

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-23 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68298040 --- Diff: R/pkg/R/group.R --- @@ -243,17 +236,73 @@ setMethod("gapply", signature(x = "GroupedData"), function(x, func, schema)

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-23 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68291007 --- Diff: R/pkg/R/group.R --- @@ -199,17 +199,10 @@ createMethods() #' Applies a R function to each group in the input GroupedData #' #' @param

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-23 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68269542 --- Diff: R/pkg/R/group.R --- @@ -199,17 +199,10 @@ createMethods() #' Applies a R function to each group in the input GroupedData #' #' @p

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-23 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68269911 --- Diff: R/pkg/R/group.R --- @@ -243,17 +236,73 @@ setMethod("gapply", signature(x = "GroupedData"), function(x, func, sche

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-23 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68268602 --- Diff: R/pkg/R/group.R --- @@ -199,17 +199,10 @@ createMethods() #' Applies a R function to each group in the input GroupedData #' #' @para

[GitHub] spark pull request #13760: [SPARK-16012][SparkR] implement gapplyCollect whi...

2016-06-23 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/13760#discussion_r68227494 --- Diff: R/pkg/R/group.R --- @@ -199,17 +199,10 @@ createMethods() #' Applies a R function to each group in the input GroupedData #' #' @param