zhuxt2015 commented on code in PR #10754:
URL: https://github.com/apache/dolphinscheduler/pull/10754#discussion_r912592037
##########
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.xml:
##########
@@ -44,7 +44,7 @@
<foreach collection="states" item="i" open="(" close=")" separator=",">
#{i}
</foreach>
- order by id asc
+ order by process_instance_priority, id asc
Review Comment:
I think sort by process_instance_priority is most suitable and most commonly
used . why do you want to add sort item, Can you give some cases?
--
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]