Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to windowPartitionBy and windowOrderBy. #14192

Closed
wants to merge 2 commits into from

Conversation

sun-rui
Copy link
Contributor

@sun-rui sun-rui commented Jul 14, 2016

What changes were proposed in this pull request?

Rename window.partitionBy and window.orderBy to windowPartitionBy and windowOrderBy to pass CRAN package check.

How was this patch tested?

SparkR unit tests.

@SparkQA
Copy link

SparkQA commented Jul 14, 2016

Test build #62292 has finished for PR 14192 at commit 38b256a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

#' @note window.partitionBy(character) since 2.0.0
setMethod("window.partitionBy",
#' @note windowPartitionBy(character) since 2.0.0
setMethod("windowPartitionBy",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment: Can we document the parameter @param col that is in all the 4 functions ? That'll also remove some of the CRAN warnings

@shivaram
Copy link
Contributor

Thanks @sun-rui for the PR. LGTM. I had a minor comment inline

@felixcheung
Copy link
Member

LGTM

@SparkQA
Copy link

SparkQA commented Jul 14, 2016

Test build #62297 has finished for PR 14192 at commit 1ed246d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@shivaram
Copy link
Contributor

LGTM. Merging this to master, branch-2.0

asfgit pushed a commit that referenced this pull request Jul 14, 2016
… windowPartitionBy and windowOrderBy.

## What changes were proposed in this pull request?
Rename window.partitionBy and window.orderBy to windowPartitionBy and windowOrderBy to pass CRAN package check.

## How was this patch tested?
SparkR unit tests.

Author: Sun Rui <sunrui2016@gmail.com>

Closes #14192 from sun-rui/SPARK-16509.

(cherry picked from commit 093ebbc)
Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
@asfgit asfgit closed this in 093ebbc Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants