[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14489 --- 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 #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-07 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73825899 --- Diff: R/pkg/R/DataFrame.R --- @@ -411,7 +411,7 @@ setMethod("coltypes", #' #' Set the column types of a SparkDataFrame. #' -#' @param

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-07 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73823955 --- Diff: R/pkg/R/DataFrame.R --- @@ -411,7 +411,7 @@ setMethod("coltypes", #' #' Set the column types of a SparkDataFrame. #' -#' @par

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-07 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73805651 --- Diff: R/pkg/R/DataFrame.R --- @@ -411,7 +411,7 @@ setMethod("coltypes", #' #' Set the column types of a SparkDataFrame. #' -#' @param

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-07 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73797758 --- Diff: R/pkg/R/DataFrame.R --- @@ -411,7 +411,7 @@ setMethod("coltypes", #' #' Set the column types of a SparkDataFrame. #' -#' @par

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-06 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73796329 --- Diff: R/pkg/R/DataFrame.R --- @@ -41,7 +41,7 @@ setOldClass("structType") #'\dontrun{ #' sparkR.session() #' df <- createDataFrame(faithf

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-06 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73789927 --- Diff: R/pkg/R/DataFrame.R --- @@ -41,7 +41,7 @@ setOldClass("structType") #'\dontrun{ #' sparkR.session() #' df <- createDataFrame(faithfu

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-05 Thread keypointt
Github user keypointt commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73773463 --- Diff: R/pkg/R/DataFrame.R --- @@ -41,7 +41,7 @@ setOldClass("structType") #'\dontrun{ #' sparkR.session() #' df <- createDataFrame(faithf

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-05 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/14489#discussion_r73773220 --- Diff: R/pkg/R/DataFrame.R --- @@ -41,7 +41,7 @@ setOldClass("structType") #'\dontrun{ #' sparkR.session() #' df <- createDataFrame(faithfu

[GitHub] spark pull request #14489: [MINOR][SparkR] R API documentation for "coltypes...

2016-08-03 Thread keypointt
GitHub user keypointt opened a pull request: https://github.com/apache/spark/pull/14489 [MINOR][SparkR] R API documentation for "coltypes" is confusing ## What changes were proposed in this pull request? R API documentation for "coltypes" is confusing, found when working on