jmk1011 opened a new issue #2625: select from view with cte will return error
URL: https://github.com/apache/incubator-doris/issues/2625
 
 
   **Describe the bug**
   create view with cte, then select from view, will return error
   
   **To Reproduce**
   create view baseall_view as with test_baseall_cte as (select k1,k2 from 
test_query_qa.baseall) select k1 from test_baseall_cte;
   desc baseall_view;
   select * from baseall_view;
   
![image](https://user-images.githubusercontent.com/18320438/71611874-72ab1880-2bd7-11ea-8dac-8545e57df702.png)
   
   **code version**
   
https://github.com/apache/incubator-doris/commit/3022955f32c9764fd2634d57faa14664212d1831

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