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/11/02 05:23:49 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #12653: [BUG][API]task definition reference deleted resource files.

caishunfeng commented on code in PR #12653:
URL: https://github.com/apache/dolphinscheduler/pull/12653#discussion_r1011207037


##########
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml:
##########
@@ -172,7 +172,7 @@
         FROM t_ds_process_task_relation ptr
         join t_ds_process_definition pd
             on ptr.process_definition_code=pd.code and ptr.process_definition_version = pd.version
-                and ptr.project_code=pd.project_code and  pd.release_state = 1
+                and ptr.project_code=pd.project_code

Review Comment:
   But I found `processDefinitionMapper.listResources()` is just called by UT, please check it.



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