Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ClownXC committed Apr 1, 2023
1 parent d38607f commit d1f214c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ class CatalogTableITCase(isStreamingMode: Boolean) extends AbstractTestBase {
.getSchema
assert(tableSchema1.getPrimaryKey.isPresent)
assertEquals(
"CONSTRAINT `ct1` PRIMARY KEY (`a`)",
"CONSTRAINT `ct1` PRIMARY KEY (`a`) NOT ENFORCED",
tableSchema1.getPrimaryKey.get().asSummaryString())

// alter table drop constraint
Expand Down

0 comments on commit d1f214c

Please sign in to comment.