Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20681#discussion_r171910649
  
    --- 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 --
    
    ok


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to