Skip to content

Commit 2bf37fb

Browse files
nukoyluoglumrigger
authored andcommitted
Citus does not support some contraints that don't include partition column
1 parent 1ff45bd commit 2bf37fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sqlancer/citus/gen/CitusCommon.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public static void addCitusErrors(ExpectedErrors errors) {
3535
errors.add("Distributed relations must not use GENERATED ... AS IDENTITY");
3636
errors.add("cannot drop multiple distributed objects in a single command");
3737
errors.add("is not distributed");
38+
errors.add("cannot create constraint on");
3839
errors.add("cannot create foreign key constraint"); // SET NULL or SET DEFAULT is not supported in ON DELETE
3940
// operation when distribution key is included in the
4041
// foreign key constraint

0 commit comments

Comments
 (0)