diff --git a/fe/fe-core/src/main/cup/sql_parser.cup b/fe/fe-core/src/main/cup/sql_parser.cup index 8334376e81e6131..6e983161e04e99b 100644 --- a/fe/fe-core/src/main/cup/sql_parser.cup +++ b/fe/fe-core/src/main/cup/sql_parser.cup @@ -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); :}