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


   ## Motivation
   At present, many users need to access the external table through Doris. Like 
ODBC table, ES Table,  But now Doris only support alter clause for **OLAP 
Table** at present. This problem makes it difficult for users of external table.
   
   So should we support **Alter Table Clause** as OLAP Table.
   
   **Describe the solution you'd like**
   
   Support 5 alter operation user always need to use:
   
   * RENAME
   * ADD COLUMN
   * DROP COLUMN
   * MODIFY COLUMN
   * REORDER COLUMN
   
   Do not support other operation like "rollup, parttition", if user use some 
operation the external table do not support:
   
   ```
   ERROR 1064 (HY000): errCode = 2, detailMessage = ODBC [oralce_1] do not 
support ADD_ROLLUP clause now
   ```
   
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to