Radeity opened a new pull request, #13536: URL: https://github.com/apache/dolphinscheduler/pull/13536
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request - Task can not select main jar (like Spark task), because `queryResourceByProgramType` have not been updated after refactoring the resource center. ## Brief change log - Rewrite `ResourcesServiceImpl.queryResourceByProgramType` with right logic, which fit the new resource center. - Update `ResourceFilter`, directly filter `StorageEntity`, rather deprecated `Resource`. - Clean part of the code in `ResourcesServiceImpl`. - Fix some relative bug in front-end. ## Verify this pull request - Covered by existed UT. -- 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]
