nlnjnj commented on issue #15704:
URL: 
https://github.com/apache/dolphinscheduler/issues/15704#issuecomment-1993154890

   ```
   join (select task_code, max(end_time) as max_end_time
                  from t_ds_task_instance
                  where 1 = 1
                    and test_flag = ?
                    and t_ds_task_instance.process_instance_id = ?
                    and task_code in (?)
                  group by task_code) t_max
   ```


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