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

dataroaring 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 7e0616ba775 [fix](regression test) fix test_publish_one_succ (#28993)
7e0616ba775 is described below

commit 7e0616ba7755538ba9f53a462773a2069df8dff3
Author: yujun <[email protected]>
AuthorDate: Fri Dec 29 17:31:55 2023 +0800

    [fix](regression test) fix test_publish_one_succ (#28993)
---
 regression-test/suites/load/insert/test_publish_one_succ.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/load/insert/test_publish_one_succ.groovy 
b/regression-test/suites/load/insert/test_publish_one_succ.groovy
index 4e331b5c8d2..22f78c64300 100644
--- a/regression-test/suites/load/insert/test_publish_one_succ.groovy
+++ b/regression-test/suites/load/insert/test_publish_one_succ.groovy
@@ -26,7 +26,7 @@ suite('test_publish_one_succ') {
 
         sql 'SET GLOBAL insert_visible_timeout_ms = 1000'
         sql "ADMIN SET FRONTEND CONFIG ('publish_wait_time_second' = 
'1000000')"
-        sql 'CREATE TABLE tbl (k1 int, k2 int)'
+        sql 'CREATE TABLE tbl (k1 int, k2 int) DISTRIBUTED BY HASH(`k1`) 
BUCKETS 10'
         for (def i = 1; i <= 5; i++) {
             sql "INSERT INTO tbl VALUES (${i}, ${10 * i})"
         }


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

Reply via email to