kezhenxu94 commented on pull request #7085: URL: https://github.com/apache/dolphinscheduler/pull/7085#issuecomment-982553383
This is actually intentional because we need the same path structure in IDE and in distributed package, in IDE the class path is relative to `src/resource` so we can access these sql files via `classpath:sql/....` but in distributed package, the class path is `download/path/sql`. we can modify the class path to `download/path` in distributed package but that includes too many unnecessary contents -- 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]
