Commit 21845ad
authored
ESQL: Remove duplicated nested commands (elastic#123085)
Fork grammar duplicated nested command declaration causing additional
lexing to occur resulting in invalid field name declaration
Relates to elastic#1219481 parent afd7e4e commit 21845ad
File tree
9 files changed
+1282
-1292
lines changed- docs/changelog
- x-pack/plugin/esql/src
- main
- antlr
- java/org/elasticsearch/xpack/esql/parser
- test/java/org/elasticsearch/xpack/esql/parser
9 files changed
+1282
-1292
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | 198 | | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
205 | | - | |
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
| |||
223 | 221 | | |
224 | 222 | | |
225 | 223 | | |
226 | | - | |
227 | | - | |
228 | 224 | | |
229 | 225 | | |
230 | 226 | | |
| |||
239 | 235 | | |
240 | 236 | | |
241 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
242 | 241 | | |
243 | 242 | | |
244 | 243 | | |
| |||
678 | 677 | | |
679 | 678 | | |
680 | 679 | | |
681 | | - | |
682 | 680 | | |
| 681 | + | |
683 | 682 | | |
684 | 683 | | |
685 | 684 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments