This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 d9c93aaa1c [fix](regression) fix failed test delete_p0 in branch-2.0
#22652
d9c93aaa1c is described below
commit d9c93aaa1c8e7a40c907c456604779126a822106
Author: bobhan1 <[email protected]>
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 aa2f8ac932..41aab3b4ab 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: [email protected]
For additional commands, e-mail: [email protected]