Skip to content

Commit 639f1e7

Browse files
committed
[Citus] Add an expected error
1 parent e2f57c9 commit 639f1e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sqlancer/citus/gen/CitusCommon.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public static void addCitusErrors(ExpectedErrors errors) {
4444
"complex joins are only supported when all distributed tables are joined on their distribution columns with equal operator");
4545
errors.add("cannot perform distributed planning on this query");
4646
errors.add("cannot pushdown the subquery");
47+
// see https://github.com/sqlancer/sqlancer/issues/215
48+
errors.add("direct joins between distributed and local tables are not supported");
4749

4850
// current errors in Citus (to be removed once fixed)
4951
if (CitusBugs.bug3957) {

0 commit comments

Comments
 (0)