We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d21d28 commit 930110cCopy full SHA for 930110c
x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/DriverContext.java
@@ -191,9 +191,6 @@ public void checkForEarlyTermination() {
191
* This method should be called when associating this DriverContext with a driver.
192
*/
193
public void initializeEarlyTerminationChecker(Runnable checker) {
194
- if (this.earlyTerminationChecker != NO_OP) {
195
- throw new IllegalStateException("Early termination checker already initialized");
196
- }
197
this.earlyTerminationChecker = checker;
198
}
199
0 commit comments