Skip to content

Commit 393da75

Browse files
committed
Update Join serialization test
1 parent b0ea3d4 commit 393da75

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plan/logical/JoinSerializationTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,4 @@ protected Join mutateInstance(Join instance) throws IOException {
4747
}
4848
return new Join(instance.source(), left, right, config);
4949
}
50-
51-
@Override
52-
protected boolean alwaysEmptySource() {
53-
return true;
54-
}
5550
}

0 commit comments

Comments
 (0)