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 7da694e3d19be7cf156cf9ae2bd58b2bf3900e27
Author: bobhan1 <bh2444151...@outlook.com>
AuthorDate: Mon Aug 7 16:42:19 2023 +0800

    [fix](regression) fix failed test delete_p0 in branch-2.0 #22652
---
 regression-test/suites/delete_p0/test_delete.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/suites/delete_p0/test_delete.groovy 
b/regression-test/suites/delete_p0/test_delete.groovy
index 46df4b41c0..c19884b411 100644
--- a/regression-test/suites/delete_p0/test_delete.groovy
+++ b/regression-test/suites/delete_p0/test_delete.groovy
@@ -223,8 +223,8 @@ suite("test_delete") {
 
     sql '''
         CREATE TABLE test1 (
-            x varchar NOT NULL,
-            id varchar NOT NULL
+            x varchar(10) NOT NULL,
+            id varchar(10) NOT NULL
         )
         ENGINE=OLAP
         UNIQUE KEY(`x`)COMMENT "OLAP"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to