Skip to content

Commit f37df09

Browse files
Fix merge errors
1 parent 26c9f52 commit f37df09

File tree

5 files changed

+4160
-4538
lines changed

5 files changed

+4160
-4538
lines changed

x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.g4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ regexBooleanExpression
8080
: valueExpression (NOT)? LIKE string #likeExpression
8181
| valueExpression (NOT)? RLIKE string #rlikeExpression
8282
| valueExpression (NOT)? LIKE LP string (COMMA string )* RP #likeListExpression
83+
| valueExpression (NOT)? RLIKE LP string (COMMA string )* RP #rlikeListExpression
8384
;
8485

8586
matchBooleanExpression

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.interp

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)