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/11/12 11:15:56 UTC

[GitHub] [incubator-doris] HappenLee opened a new issue #4886: [Bug] Daily Test Failed Because of nested Stmt WithClause be replace by parent

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


   **Describe the bug**
   quey : ```select 1 from (with w as (select 1 from baseall where exists (select 1 from baseall))             select 1 from w ) tt;```
   
   failed  message : ```Unknown table w```.
   
   because of this code:
   
   ![image](https://user-images.githubusercontent.com/10553413/98933278-62640980-251b-11eb-821f-6236e96479f3.png)
   
   
   


----------------------------------------------------------------
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] HappenLee closed issue #4886: [Bug] Daily Test Failed Because of nested Stmt WithClause be replace by parent

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


   


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