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 2022/04/15 08:47:38 UTC

[GitHub] [incubator-doris] HappenLee opened a new issue, #9046: [Bug] Explain insert query always is verbose

HappenLee opened a new issue, #9046:
URL: https://github.com/apache/incubator-doris/issues/9046

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   master
   
   ### What's Wrong?
   
   `desc insert into lateral_view_join values (1,1),(2,4),(3,8),(4,16),(5,32),(6,64),(7,128),(8,256),(9,512),(10,1024),(11,1),            (12,2),(13,3),(14,4),(15,5),(16,6);`
   get the query plain:
   
   ```
   +-----------------------------------------------------------------+
   | Explain String                                                  |
   +-----------------------------------------------------------------+
   | PLAN FRAGMENT 0                                                 |
   |  OUTPUT EXPRS:<slot 2> 1 | <slot 3> 1                           |
   |   PARTITION: UNPARTITIONED                                      |
   |                                                                 |
   |   OLAP TABLE SINK                                               |
   |     TUPLE ID: 0                                                 |
   |     RANDOM                                                      |
   |                                                                 |
   |   0:UNION                                                       |
   |      constant exprs:                                            |
   |          1 | 1                                                  |
   |          2 | 4                                                  |
   |          3 | 8                                                  |
   |          4 | 16                                                 |
   |          5 | 32                                                 |
   |          6 | 64                                                 |
   |          7 | 128                                                |
   |          8 | 256                                                |
   |          9 | 512                                                |
   |          10 | 1024                                              |
   |          11 | 1                                                 |
   |          12 | 2                                                 |
   |          13 | 3                                                 |
   |          14 | 4                                                 |
   |          15 | 5                                                 |
   |          16 | 6                                                 |
   |      tuple ids: 1                                               |
   |                                                                 |
   | Tuples:                                                         |
   | TupleDescriptor{id=0, tbl=null, byteSize=12, materialized=true} |
   |   SlotDescriptor{id=0, col=k1, type=INT}                        |
   |     parent=0                                                    |
   |     materialized=true                                           |
   |     byteSize=4                                                  |
   |     byteOffset=4                                                |
   |     nullIndicatorByte=0                                         |
   |     nullIndicatorBit=0                                          |
   |     slotIdx=0                                                   |
   |                                                                 |
   |   SlotDescriptor{id=1, col=k2, type=INT}                        |
   |     parent=0                                                    |
   |     materialized=true                                           |
   |     byteSize=4                                                  |
   |     byteOffset=8                                                |
   |     nullIndicatorByte=0                                         |
   |     nullIndicatorBit=1                                          |
   |     slotIdx=1                                                   |
   |                                                                 |
   |                                                                 |
   | TupleDescriptor{id=1, tbl=null, byteSize=12, materialized=true} |
   |   SlotDescriptor{id=2, col=null, type=INT}                      |
   |     parent=1                                                    |
   |     materialized=true                                           |
   |     byteSize=4                                                  |
   |     byteOffset=4                                                |
   |     nullIndicatorByte=0                                         |
   |     nullIndicatorBit=0                                          |
   |     slotIdx=0                                                   |
   |                                                                 |
   |   SlotDescriptor{id=3, col=null, type=INT}                      |
   |     parent=1                                                    |
   |     materialized=true                                           |
   |     byteSize=4                                                  |
   |     byteOffset=8                                                |
   |     nullIndicatorByte=0                                         |
   |     nullIndicatorBit=1                                          |
   |     slotIdx=1                                                   |
   +-----------------------------------------------------------------+
   ```
   
   ### What You Expected?
   
   only have keyword `verbose` we get the detail query plan.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

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 #9046: [Bug] Explain insert query always is verbose

Posted by GitBox <gi...@apache.org>.
morningman closed issue #9046: [Bug] Explain insert query always is verbose
URL: https://github.com/apache/incubator-doris/issues/9046


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

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

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