Skip to content

Commit

Permalink
fix anltr
Browse files Browse the repository at this point in the history
  • Loading branch information
LiBinfeng-01 committed Nov 26, 2024
1 parent 5fb7d84 commit 7180023
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ statementBase
| supportedShowStatement #supportedShowStatementAlias
| supportedLoadStatement #supportedLoadStatementAlias
| supportedRecoverStatement #supportedRecoverStatementAlias
| supportedLoadStatement #supportedLoadfStatementAlias
| unsupportedStatement #unsupported
;

Expand Down Expand Up @@ -238,6 +237,7 @@ supportedShowStatement

supportedLoadStatement
: SYNC #sync
| createRoutineLoad
;

unsupportedOtherStatement
Expand Down Expand Up @@ -352,10 +352,6 @@ unsupportedShowStatement
| SHOW WARM UP JOB wildWhere? #showWarmUpJob
;

supportedLoadStatement
: createRoutineLoad
;

createRoutineLoad
: CREATE ROUTINE LOAD label=multipartIdentifier (ON table=identifier)?
(WITH (APPEND | DELETE | MERGE))?
Expand Down

0 comments on commit 7180023

Please sign in to comment.