Radeity commented on PR #13536: URL: https://github.com/apache/dolphinscheduler/pull/13536#issuecomment-1439487022
> Hi, @Radeity , May I ask is `res` in `ResourceInfo` completely useless?If yes, is it possible to consider removing it, since it seems that `res` and `resourceName` are confused Hi, @rickchengx , you're right, it should be removed. I plan to do it in https://github.com/apache/dolphinscheduler/issues/13570. Like in method `getResourceFullNames`: https://github.com/apache/dolphinscheduler/blob/c406f81e9c78cfda7344142b253b686f04ced3bc/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/StreamTaskExecuteRunnable.java#L383-L386 `res` is still in use, however, `getResourceFullNames` is useless after refactoring the resource center, i'll clean these codes in later pr. -- 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]
