Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/20681#discussion_r171750940
--- Diff: R/pkg/tests/fulltests/test_sparkSQL.R ---
@@ -67,6 +67,8 @@ sparkSession <- if (windows_with_hadoop()) {
sparkR.session(master = sparkRTestMaster, enableHiveSupport = FALSE)
}
sc <- callJStatic("org.apache.spark.sql.api.r.SQLUtils",
"getJavaSparkContext", sparkSession)
+# materialize the catalog implementation
+listTables()
--- End diff --
we are calling `sparkR.session(master = sparkRTestMaster, enableHiveSupport
= FALSE)` is almost every other test files - does the same apply in those other
places?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]