You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/29 04:18:52 UTC

[GitHub] [incubator-doris] wutiangan opened a new issue #3969: explain verbose stmt to print detail explain infomartion about tupleDesc and slotDesc

wutiangan opened a new issue #3969:
URL: https://github.com/apache/incubator-doris/issues/3969


   Now explain stmt only prints plannode and fragments.
   
   Sometimes explain stmt needs to print upledesc and slotdesc to better trace problems and understand implementation details. Therefore, the syntax of explain verbose stmt is added on the basis of explain stmt.
   
   If the user uses "explain verbose select stmt", the tupledesc and slotdesc information will be printed in addition to the normal fragment/plannode information.
   
   If the user uses "explain select stmt", the execution plan is the same as before.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #3969: explain verbose stmt to print detail explain infomartion about tupleDesc and slotDesc

Posted by GitBox <gi...@apache.org>.
morningman closed issue #3969:
URL: https://github.com/apache/incubator-doris/issues/3969


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org