Skip to content

Commit

Permalink
Use cancel task where ...
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Dec 1, 2023
1 parent 2c8910e commit 5236b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/fe-core/src/main/cup/sql_parser.cup
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@ resume_job_stmt ::=
:}
;
cancel_job_task_stmt ::=
KW_CANCEL KW_JOB KW_TASK opt_wild_where
KW_CANCEL KW_TASK opt_wild_where
{:
RESULT = new CancelJobTaskStmt(parser.where);
:}
Expand Down

0 comments on commit 5236b1f

Please sign in to comment.