[GitHub] spark pull request #14779: [SparkR][Minor] Add more examples to window funct...

2016-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14779 --- 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 #14779: [SparkR][Minor] Add more examples to window funct...

2016-08-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14779#discussion_r76100591 --- Diff: R/pkg/R/functions.R --- @@ -3200,19 +3212,27 @@ setMethod("lag", #' This is equivalent to the \code{LEAD} function in SQL. #' #'

[GitHub] spark pull request #14779: [SparkR][Minor] Add more examples to window funct...

2016-08-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14779#discussion_r76100314 --- Diff: R/pkg/R/functions.R --- @@ -3194,25 +3206,34 @@ setMethod("lag", #' lead #' #' Window function: returns the value that is

[GitHub] spark pull request #14779: [SparkR][Minor] Add more examples to window funct...

2016-08-24 Thread junyangq
Github user junyangq commented on a diff in the pull request: https://github.com/apache/spark/pull/14779#discussion_r76098894 --- Diff: R/pkg/R/functions.R --- @@ -3200,19 +3212,27 @@ setMethod("lag", #' This is equivalent to the \code{LEAD} function in SQL. #' #'

[GitHub] spark pull request #14779: [SparkR][Minor] Add more examples to window funct...

2016-08-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14779#discussion_r76000716 --- Diff: R/pkg/R/functions.R --- @@ -3200,19 +3212,27 @@ setMethod("lag", #' This is equivalent to the \code{LEAD} function in SQL. #' #'

[GitHub] spark pull request #14779: [SparkR][Minor] Add more examples to window funct...

2016-08-24 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/14779#discussion_r7611 --- Diff: R/pkg/R/functions.R --- @@ -3239,7 +3259,15 @@ setMethod("lead", #' @aliases ntile,numeric-method #' @family window_funcs #'

[GitHub] spark pull request #14779: [SparkR][Minor] Add more examples to window funct...

2016-08-23 Thread junyangq
GitHub user junyangq opened a pull request: https://github.com/apache/spark/pull/14779 [SparkR][Minor] Add more examples to window function docs ## What changes were proposed in this pull request? This PR adds more examples to window function docs to make them more