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 2021/11/30 11:36:27 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on pull request #7085: [BUG]Fix binary package sql file path error

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org