This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 5503d04be29 [fix](test) create table should with distribution info 
(#25544)
5503d04be29 is described below

commit 5503d04be292e00091dc8fa3952247748aa299b3
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]

Reply via email to