Adarsh-Me commented on issue #18543:
URL: 
https://github.com/apache/dolphinscheduler/issues/18543#issuecomment-5498784090

   Hi! I'd like to work on this. The join in 
`TaskInstanceMapper.xml#findLastTaskInstances` can produce duplicate rows when 
several instances of the same task_code share the same max(end_time). My plan: 
deduplicate by picking a deterministic row per task_code (e.g., also tie-break 
on id desc), verify against the dependent-task code path, and add a 
mapper-level regression test. Could you please assign this to me? Thanks!


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