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


   **Describe the bug**
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1、create two tables.
   
   ```
   CREATE TABLE `test1` (
     `a` int(11) NOT NULL COMMENT "",
     `b` int(11) NOT NULL COMMENT ""
   ) ENGINE=OLAP
   UNIQUE KEY(`a`)
   DISTRIBUTED BY HASH(`a`) BUCKETS 8
   ```
   
   
   2、create view reference table test1.
   
   ```
   create view v_test1 as select a, b from test1 limit 1;
   ```
   
   3、drop table test1.
   
   4、show view from any table.
   
   **Expected behavior**
   .
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
    - Browser [e.g. chrome, safari]
    - Version [e.g. 22]
   
   **Smartphone (please complete the following information):**
    - Device: [e.g. iPhone6]
    - OS: [e.g. iOS8.1]
    - Browser [e.g. stock browser, safari]
    - Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   


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



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

Reply via email to