zhongjiajie commented on a change in pull request #6434:
URL: https://github.com/apache/dolphinscheduler/pull/6434#discussion_r719295415
##########
File path:
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/CommandMapper.xml
##########
@@ -46,6 +46,7 @@
<select id="queryCommandPage"
resultType="org.apache.dolphinscheduler.dao.entity.Command">
select *
from t_ds_command
- order by update_time asc
+ order by process_instance_priority, id asc
Review comment:
Does it change the behavior? The order cause order by `update_time` but
now order by `process_instance_priority`
--
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]