Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/10094#discussion_r62232371
--- 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 think we need another JIRA for changing hiveContext to sparkSession in
SparkR 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]