Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19918#discussion_r155452007
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala ---
@@ -300,7 +300,7 @@ class SQLQueryTestSuite extends QueryTest with
SharedSQLContext {
Locale.setDefault(originalLocale)
// For debugging dump some statistics about how much time was spent
in various optimizer rules
- logInfo(RuleExecutor.dumpTimeSpent())
+ logWarning(RuleExecutor.dumpTimeSpent())
--- End diff --
I have to change it to logWarning; otherwise, the time for each rule is not
shown in the test result log. cc @cloud-fan
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]