We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f57c9 commit 639f1e7Copy full SHA for 639f1e7
1 file changed
src/sqlancer/citus/gen/CitusCommon.java
@@ -44,6 +44,8 @@ public static void addCitusErrors(ExpectedErrors errors) {
44
"complex joins are only supported when all distributed tables are joined on their distribution columns with equal operator");
45
errors.add("cannot perform distributed planning on this query");
46
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");
49
50
// current errors in Citus (to be removed once fixed)
51
if (CitusBugs.bug3957) {
0 commit comments