jmk1011 opened a new issue #2624: desc of alter view schema is wrong after 
restart fe
URL: https://github.com/apache/incubator-doris/issues/2624
 
 
   **Describe the bug**
   when restart fe after altering view, the desc of view is wrong
   
   **To Reproduce**
   create  view baseall_v4 as select k1 from test_query_qa.baseall; 
   alter view baseall_v4 as select (True || False ) from test_query_qa.baseall; 
   desc baseall_v4;
   restart fe
   desc baseall_v4;
   
![image](https://user-images.githubusercontent.com/18320438/71611606-3a0a3f80-2bd5-11ea-8164-c7a4cfb15641.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