morrySnow commented on code in PR #27541: URL: https://github.com/apache/doris/pull/27541#discussion_r1404303765
########## regression-test/data/mtmv_p0/test_build_mtmv.out: ########## @@ -1,4 +1,7 @@ -- This file is automatically generated. You should know what you did if you want to edit this +-- !show -- +multi_mv_test_create_mtmv CREATE TABLE `multi_mv_test_create_mtmv` (\n `aa` BIGINT NULL COMMENT 'aaa',\n `bb` VARCHAR(20) NULL\n) ENGINE=MATERIALIZED_VIEW\nCOMMENT 'comment1'\nDISTRIBUTED BY RANDOM BUCKETS 10\nPROPERTIES (\n"replication_allocation" = "tag.location.default: 1",\n"min_load_replica_num" = "-1",\n"is_being_synced" = "false",\n"storage_format" = "V2",\n"light_schema_change" = "true",\n"disable_auto_compaction" = "false",\n"enable_single_replica_compaction" = "false",\n"group_commit_interval_ms" = "10000",\n"enable_duplicate_without_keys_by_default" = "true"\n); Review Comment: i think we should return `create materialized view ...` when do `show create table` on MATERIALIZED_VIEW -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org 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