[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16689 --- 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

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-02-01 Thread titicaca
Github user titicaca commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r98918704 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,11 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType !=

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-31 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r98615769 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,11 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-30 Thread titicaca
Github user titicaca commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r98612545 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,11 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType !=

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-30 Thread titicaca
Github user titicaca commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r98611766 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,11 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType !=

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-30 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r98605236 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,11 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-30 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r98605157 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,11 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-24 Thread titicaca
Github user titicaca commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r97714703 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,9 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType !=

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-24 Thread titicaca
Github user titicaca commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r97712469 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,9 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType !=

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r97707703 --- Diff: R/pkg/R/DataFrame.R --- @@ -1138,6 +1138,9 @@ setMethod("collect", if (!is.null(PRIMITIVE_TYPES[[colType]]) && colType

[GitHub] spark pull request #16689: [SPARK-19342][SPARKR] bug fixed in collect method...

2017-01-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/16689#discussion_r97508643 --- Diff: R/pkg/R/DataFrame.R --- @@ -1136,9 +1136,17 @@ setMethod("collect", # Note that "binary" columns behave like