gatorsmile commented on issue #24464: [SPARK-27439][SQL] Explainging Dataset should show correct resolved plans URL: https://github.com/apache/spark/pull/24464#issuecomment-494141091 If the analyze doesn't finish within `maxIterations`, the RuleExecutor try to print the whole plan, and it finally will try to print `QueryExecution.optimizedPlan` and `QueryExecution.executedPlan`, which would trigger `assertNotAnalysisRule` and throws RuntimeException `This method should not be called in the analyzer`. Could we revert this commit?
---------------------------------------------------------------- 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]
