[GitHub] spark pull request #19557: [SPARK-22281][SPARKR] Handle R method breaking si...

2017-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19557 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19557: [SPARK-22281][SPARKR] Handle R method breaking si...

2017-10-23 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/19557#discussion_r146182283 --- Diff: R/pkg/R/DataFrame.R --- @@ -3247,12 +3247,23 @@ setMethod("as.data.frame", #' } #' @seealso \link{detach} #' @note attach since

[GitHub] spark pull request #19557: [SPARK-22281][SPARKR] Handle R method breaking si...

2017-10-23 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/spark/pull/19557 [SPARK-22281][SPARKR] Handle R method breaking signature changes ## What changes were proposed in this pull request? This is to fix the code for the latest R changes in R-devel ```