mgaido91 opened a new pull request #24180: [SPARK-27243][SQL] RuleExecutor.dumpTimeSpent should not throw exception when empty URL: https://github.com/apache/spark/pull/24180 ## What changes were proposed in this pull request? `RuleExecutor.dumpTimeSpent` currently throws an exception when invoked before any rule is run or immediately after `RuleExecutor.reset`. The PR makes it returning an empty summary, which is the expected output instead. ## How was this patch tested? added UT
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
