shahidki31 edited a comment on pull request #32556:
URL: https://github.com/apache/spark/pull/32556#issuecomment-841707067


   > Also, why not doing `spark.sql("...").explain` rather than 
`spark.sql("EXPLAIN ...").show`?
   
   Yes right. There are many ways to see the plan of a query. Ideally explain 
command should also show the plan properly. 
   Also, I am not sure we need to overload the show just for this special case. 
If we think this behaviour is fine, then we can leave as it is?


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to