Skip to content

Commit

Permalink
Update sql/src/main/antlr/OpenSearchSQLParser.g4
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale authored Aug 23, 2023
1 parent 7216b77 commit f3ee74b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sql/src/main/antlr/OpenSearchSQLParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ tableFilter
;

showDescribePattern
: stringLiteral
: oldID=compatibleID | stringLiteral
;

compatibleID
: (MODULE | ID)+?
;
;

// Select Statement's Details
Expand Down

0 comments on commit f3ee74b

Please sign in to comment.