-
- Downloads
[SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to...
[SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to 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.
Showing
- R/pkg/NAMESPACE 2 additions, 2 deletionsR/pkg/NAMESPACE
- R/pkg/R/WindowSpec.R 2 additions, 2 deletionsR/pkg/R/WindowSpec.R
- R/pkg/R/generics.R 4 additions, 4 deletionsR/pkg/R/generics.R
- R/pkg/R/window.R 32 additions, 22 deletionsR/pkg/R/window.R
- R/pkg/inst/tests/testthat/test_sparkSQL.R 4 additions, 4 deletionsR/pkg/inst/tests/testthat/test_sparkSQL.R
Loading
Please register or sign in to comment