Skip to content

Commit 930110c

Browse files
committed
relax
1 parent 6d21d28 commit 930110c

File tree

1 file changed

+0
-3
lines changed
  • x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator

1 file changed

+0
-3
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/DriverContext.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ public void checkForEarlyTermination() {
191191
* This method should be called when associating this DriverContext with a driver.
192192
*/
193193
public void initializeEarlyTerminationChecker(Runnable checker) {
194-
if (this.earlyTerminationChecker != NO_OP) {
195-
throw new IllegalStateException("Early termination checker already initialized");
196-
}
197194
this.earlyTerminationChecker = checker;
198195
}
199196

0 commit comments

Comments
 (0)