[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13684 --- 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 #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67412795 --- Diff: R/pkg/R/DataFrame.R --- @@ -1949,14 +1950,24 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67412381 --- Diff: R/pkg/R/DataFrame.R --- @@ -1949,14 +1950,24 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-16 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67412216 --- Diff: R/pkg/R/DataFrame.R --- @@ -1949,14 +1950,24 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67287926 --- Diff: R/pkg/R/DataFrame.R --- @@ -1856,10 +1856,11 @@ setMethod("where", #' the subset of columns. #' #' @param x A SparkDataFrame.

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67280096 --- Diff: R/pkg/R/DataFrame.R --- @@ -1869,14 +1871,22 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67234728 --- Diff: R/pkg/R/generics.R --- @@ -462,12 +462,9 @@ setGeneric("describe", function(x, col, ...) { standardGeneric("describe") }) #' @export

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67233674 --- Diff: R/pkg/R/DataFrame.R --- @@ -1869,14 +1871,23 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67213090 --- Diff: R/pkg/R/DataFrame.R --- @@ -1869,6 +1869,7 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67210755 --- Diff: R/pkg/R/DataFrame.R --- @@ -1869,6 +1869,7 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67209107 --- Diff: R/pkg/R/DataFrame.R --- @@ -1859,7 +1859,7 @@ setMethod("where", #' @param colnames A character vector of column names. --- End diff

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67208482 --- Diff: R/pkg/R/DataFrame.R --- @@ -1859,7 +1859,7 @@ setMethod("where", #' @param colnames A character vector of column names. --- End diff --

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67208357 --- Diff: R/pkg/R/DataFrame.R --- @@ -1869,6 +1869,7 @@ setMethod("where", #' path <- "path/to/file.json" #' df <- read.json(path) #'

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67206540 --- Diff: R/pkg/R/DataFrame.R --- @@ -1859,7 +1859,7 @@ setMethod("where", #' @param colnames A character vector of column names. --- End diff

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13684#discussion_r67205381 --- Diff: R/pkg/R/DataFrame.R --- @@ -1859,7 +1859,7 @@ setMethod("where", #' @param colnames A character vector of column names. --- End diff --

[GitHub] spark pull request #13684: [SPARK-15908][R] Add varargs-type dropDuplicates(...

2016-06-15 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/13684 [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkR ## What changes were proposed in this pull request? This PR adds varargs-type `dropDuplicates` function to