kezhenxu94 commented on a change in pull request #6185:
URL: https://github.com/apache/dolphinscheduler/pull/6185#discussion_r744142910



##########
File path: 
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml
##########
@@ -19,7 +19,7 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" 
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"; >
 <mapper 
namespace="org.apache.dolphinscheduler.dao.mapper.ProcessInstanceMapMapper">
     <sql id="baseSql">
-        id, parent_process_instance_id, parent_task_instance_id, 
process_instance_id
+        id, parent_process_instance_id, parent_task_instance_id, 
process_instance_id,next_process_instance_id

Review comment:
       There is no column `next_process_instance_id` in schema 
`t_ds_relation_process_instance`, this will throw exception at runtime




-- 
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]


Reply via email to