Commit a45fd89
authored
Allow LimitOperator in Driver assertion (elastic#130235) (elastic#130297)
The LimitOperator can be finished early because the Limiter may be
shared across operators. This PR relaxes the assertion to allow for
this.
Closes elastic#130228
Closes elastic#130219
(cherry picked from commit ddef899)1 parent 321fdae commit a45fd89
File tree
1 file changed
+2
-0
lines changed- x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
| |||
0 commit comments