Github user sun-rui commented on a diff in the pull request:
https://github.com/apache/spark/pull/10094#discussion_r62275298
--- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R ---
@@ -2083,6 +2083,42 @@ test_that("dapply() on a DataFrame", {
expect_identical(expected, result)
})
+test_that("Window functions on a DataFrame", {
+ ssc <- callJMethod(sc, "sc")
+ hiveCtx <- tryCatch({
+ newJObject("org.apache.spark.sql.hive.test.TestHiveContext", ssc)
+ },
+ error = function(err) {
+ skip("Hive is not build with SparkSQL, skipped")
+ })
+
--- End diff --
I modified SPARK-15159 to cover not only test cases but in API.
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]