You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/10 14:31:02 UTC

[GitHub] [dolphinscheduler] SbloodyS edited a comment on issue #8790: [Bug] [Process Definition] Duplicate key TaskDefinition

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org