ruanwenjun commented on code in PR #15043: URL: https://github.com/apache/dolphinscheduler/pull/15043#discussion_r1364818152
########## dolphinscheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/mysql/dolphinscheduler_ddl.sql: ########## @@ -53,8 +53,8 @@ BEGIN ALTER TABLE t_ds_process_definition ADD COLUMN `execution_type` tinyint(4) DEFAULT '0' COMMENT 'execution_type 0:parallel,1:serial wait,2:serial discard,3:serial priority'; END IF; END; - d// - delimiter ; +d// +delimiter ; Review Comment: This is a bug for current parser, I fix this in parser and rollback this file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
