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

    https://github.com/apache/spark/pull/22455#discussion_r221416164
  
    --- Diff: R/pkg/tests/fulltests/test_eager_execution.R ---
    @@ -21,11 +21,7 @@ context("Show SparkDataFrame when eager execution is 
enabled.")
     
     test_that("eager execution is not enabled", {
       # Start Spark session without eager execution enabled
    -  sparkSession <- if (windows_with_hadoop()) {
    -    sparkR.session(master = sparkRTestMaster)
    -  } else {
    -    sparkR.session(master = sparkRTestMaster, enableHiveSupport = FALSE)
    -  }
    +  sparkR.session(master = sparkRTestMaster)
    --- End diff --
    
    you should definitely set `enableHiveSupport = FALSE` - historically this 
hasn't work well in other R tests when hive catalog is enabled


---

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

Reply via email to