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

    https://github.com/apache/spark/pull/19874#discussion_r154854338
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/TPCDSQuerySuite.scala ---
    @@ -39,6 +40,8 @@ class TPCDSQuerySuite extends QueryTest with 
SharedSQLContext with BeforeAndAfte
        */
       protected override def afterAll(): Unit = {
         try {
    +      // For debugging dump some statistics about how much time was spent 
in various optimizer rules
    +      logWarning(RuleExecutor.dumpTimeSpent())
    --- End diff --
    
    Let me change all the other places. 


---

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

Reply via email to