SbloodyS edited a comment on issue #8790:
URL: 
https://github.com/apache/dolphinscheduler/issues/8790#issuecomment-1064124622


   Sorry for my mistake. I forgot there was another SQL need to be execute. Can 
you please execute the following SQL to check again? @CryptoColin 
   ```
                      SELECT
                          code
                           ,name
                           ,version
                           ,MAX(id) AS max_id
                      FROM
                          t_ds_task_definition_log
                      GROUP BY code
                             ,name
                             ,version
                      HAVING COUNT(*) > 1
   ```


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