Skip to content

Commit

Permalink
Fixed Parser change for AWS_ML failures (babelfish-for-postgresql#2337)…
Browse files Browse the repository at this point in the history
… (babelfish-for-postgresql#2346)

* Fixed Parser change for AWS_ML failures



* Retrigger actions

* Retrigger Tests

---------

Signed-off-by: Anikait Agrawal <[email protected]>
Co-authored-by: Anikait Agrawal <[email protected]>
  • Loading branch information
Anikait143 and Anikait Agrawal authored Feb 6, 2024
1 parent 19fc5b9 commit 06e90be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/babelfishpg_tsql/antlr/TSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -3464,6 +3464,8 @@ method_call
: xml_methods
| hierarchyid_methods
| spatial_methods
| method=id (LR_BRACKET expression_list? RR_BRACKET)?
| NULL_P // no bracket
;

// https://docs.microsoft.com/en-us/sql/t-sql/language-elements/case-transact-sql
Expand Down

0 comments on commit 06e90be

Please sign in to comment.