maropu commented on issue #24759: [SPARK-27395][SQL][WIP] Improve EXPLAIN 
command
URL: https://github.com/apache/spark/pull/24759#issuecomment-514085946
 
 
   > Once we do that, i don't think there would be enough space to print other 
info without cluttering the output.. 
   
   oh, yeah, plan stats also are candidates for that ;) But, as you said, the 
space is too limited.
   
   > So users would have flexibility to choose between the two ways.
   
   Is this expected to be enabled by default? How do we switch the format? It 
seems some systems accpet options in an explain command as follows;
   ```
   EXPLAIN (fomrat xxx) SELECT ...
   ```

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

Reply via email to