Commit ef03007
authored
Fix PushDownAndCombineLimits local limit handling when the limits are equal (elastic#139399) (elastic#139477)
* Fix PushDownAndCombineLimits local limit handling when the limits are equal
(cherry picked from commit c80fa9a)1 parent d27dd84 commit ef03007
File tree
2 files changed
+16
-4
lines changed- x-pack/plugin/esql/src
- main/java/org/elasticsearch/xpack/esql/optimizer/rules/logical
- test/java/org/elasticsearch/xpack/esql/optimizer/rules/logical
2 files changed
+16
-4
lines changedLines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
| 246 | + | |
246 | 247 | | |
247 | 248 | | |
248 | 249 | | |
| |||
0 commit comments