Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ import Expression,
Join;

statements
: {this.isDevVersion()}? setCommand+ singleStatement EOF
| singleStatement EOF
: setCommand* singleStatement EOF
;

singleStatement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ public enum Cap {
/**
* Support for the SET command.
*/
SET_COMMAND(Build.current().isSnapshot()),
SET_COMMAND,

/**
* (Re)Added EXPLAIN command
Expand Down

Large diffs are not rendered by default.

Loading