lgcareer commented on a change in pull request #4806:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/4806#discussion_r582447604
##########
File path: sql/dolphinscheduler_mysql.sql
##########
@@ -703,7 +703,7 @@ CREATE TABLE `t_ds_task_instance` (
`alert_flag` tinyint(4) DEFAULT NULL COMMENT 'whether alert',
`retry_times` int(4) DEFAULT '0' COMMENT 'task retry times',
`pid` int(4) DEFAULT NULL COMMENT 'pid of task',
- `app_link` text COMMENT 'yarn app id',
+ `app_link` varchar(255) DEFAULT NULL COMMENT 'yarn app id',
Review comment:
Good job,May be the app_link field had been updated under the
sql/upgrade,but was not updated in sql/dolphinscheduler-xxx.sql.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]