This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 05477878c1501d5ccf745da59ab7319cc99aaa04 Author: morrySnow <[email protected]> AuthorDate: Wed Oct 18 10:03:35 2023 +0800 [fix](test) create table should with distribution info (#25544) create table should with distribution info --- regression-test/suites/mv_p0/null_insert/null_insert.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/mv_p0/null_insert/null_insert.groovy b/regression-test/suites/mv_p0/null_insert/null_insert.groovy index 507ceef6e7e..841562c6b09 100644 --- a/regression-test/suites/mv_p0/null_insert/null_insert.groovy +++ b/regression-test/suites/mv_p0/null_insert/null_insert.groovy @@ -40,7 +40,7 @@ suite ("null_insert") { `ip_country` varchar(65533) ) ENGINE=OLAP DUPLICATE KEY(`date`) - COMMENT 'OLAP' + DISTRIBUTED BY HASH(`date`) PROPERTIES ( "replication_allocation" = "tag.location.default: 1" ); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
