From 6323c17ad540e627fd0ded8dde77d3fabab20f86 Mon Sep 17 00:00:00 2001 From: zclllyybb Date: Thu, 28 Dec 2023 16:51:48 +0800 Subject: [PATCH] [fix](test) fix wrong DDL in test pipeline load #29211 --- .../suites/load_p0/stream_load/test_pipeline_load.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/load_p0/stream_load/test_pipeline_load.groovy b/regression-test/suites/load_p0/stream_load/test_pipeline_load.groovy index ad0aa89b17daa6..27940760bfdfdc 100644 --- a/regression-test/suites/load_p0/stream_load/test_pipeline_load.groovy +++ b/regression-test/suites/load_p0/stream_load/test_pipeline_load.groovy @@ -128,7 +128,7 @@ suite("test_pipeline_load", "nonConcurrent") { `c47` varchar(48) NULL, `c48` varchar(48) NULL, `c49` varchar(48) NULL, - `c50` varchar(48) NULL, + `c50` varchar(48) NULL ) ENGINE=OLAP DUPLICATE KEY(`c1`) COMMENT 'OLAP'