EmmyMiao87 opened a new pull request #3068: Support delete materialized view URL: https://github.com/apache/incubator-doris/pull/3068 DROP MATERIALIZE VIEW [ IF EXISTS ] <mv_name> ON [db_name].<table_name> Parameters IF EXISTS: Do not throw an error if the materialized view does not exist. A notice is issued in this case. mv_name: The name of the materialized view to remove. db_name: The name of db to which materialized view belongs. table_name: The name of table to which materialized view belongs. Add the check of keystype in create mv stmt test
---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org