Skip to content

Commit

Permalink
add not null
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy3993 committed Jun 13, 2024
1 parent 27f82d2 commit 1c33216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/suites/table-sync/test_add_partition.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ suite("test_add_partition") {
sql """
CREATE TABLE if NOT EXISTS ${tableName}
(
`test` INT,
`id` INT
`test` INT NOT NULL,
`id` INT NOT NULL
)
ENGINE=OLAP
UNIQUE KEY(`test`, `id`)
Expand Down

0 comments on commit 1c33216

Please sign in to comment.