Skip to content

Commit

Permalink
[fix](test) fix wrong DDL in test pipeline load #29211
Browse files Browse the repository at this point in the history
  • Loading branch information
zclllyybb authored Dec 28, 2023
1 parent b31494b commit 6323c17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6323c17

Please sign in to comment.