liguotian commented on code in PR #10998: URL: https://github.com/apache/dolphinscheduler/pull/10998#discussion_r952182459
########## dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java: ########## @@ -28,6 +26,7 @@ import org.apache.dolphinscheduler.api.constants.ApiFuncIdentificationConstant; import org.apache.dolphinscheduler.api.dto.resources.ResourceComponent; +import org.apache.dolphinscheduler.api.dto.resources.ResourceContent; Review Comment: Yes , I understand 。 I've made the smallest and necessary change in ResourcesServiceImpl。 If we don’t do this, it will be weird when convert to DTO。 I'm not sure about this boundary according to comment https://github.com/apache/dolphinscheduler/pull/10998#issuecomment-1207708303 -- 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]
