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

    https://github.com/apache/spark/pull/22270#discussion_r213942732
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/test/TestHive.scala ---
    @@ -59,7 +60,8 @@ object TestHive
             .set("spark.sql.warehouse.dir", 
TestHiveContext.makeWarehouseDir().toURI.getPath)
             // SPARK-8910
             .set("spark.ui.enabled", "false")
    -        .set("spark.unsafe.exceptionOnMemoryLeak", "true")))
    +        .set("spark.unsafe.exceptionOnMemoryLeak", "true")
    +        .set(SQLConf.OPTIMIZER_EXCLUDED_RULES.key, 
ConvertToLocalRelation.ruleName)))
    --- End diff --
    
    @viirya Sure.. i will add.


---

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

Reply via email to