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

    https://github.com/apache/spark/pull/5475#discussion_r161253866
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/columnar/PartitionBatchPruningSuite.scala
 ---
    @@ -39,6 +39,8 @@ class PartitionBatchPruningSuite extends FunSuite with 
BeforeAndAfterAll with Be
     
         // Enable in-memory partition pruning
         setConf(SQLConf.IN_MEMORY_PARTITION_PRUNING, "true")
    +    // Enable in-memory table scan accumulators
    +    setConf("spark.sql.inMemoryTableScanStatistics.enable", "true")
    --- End diff --
    
    Why not setting `spark.sql.inMemoryTableScanStatistics.enable` back `false`?


---

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

Reply via email to