-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DSIP-38] Optimize dependency tree #16838
base: dev
Are you sure you want to change the base?
Conversation
c6aba31
to
208636f
Compare
Quality Gate passedIssues Measures |
@@ -1438,7 +1437,7 @@ private TaskDefinitionLog buildNormalSqlTaskDefinition(String taskName, DataSour | |||
sqlParameters.setLocalParams(Collections.emptyList()); | |||
taskDefinition.setTaskParams(JSONUtils.toJsonString(sqlParameters)); | |||
taskDefinition.setCode(CodeGenerateUtils.genCode()); | |||
taskDefinition.setTaskType(SqlTaskChannelFactory.NAME); | |||
taskDefinition.setTaskType("SQL"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to use enum or constant, otherwise once the type has been changed, it's hard to know we need to make change here.
@@ -63,13 +63,19 @@ | |||
|
|||
<dependency> | |||
<groupId>org.apache.dolphinscheduler</groupId> | |||
<artifactId>dolphinscheduler-datasource-all</artifactId> | |||
<artifactId>dolphinscheduler-common</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's better to change dolphinscheduler-datasource-all
to provided rather than remove it, once we remove it, no one can find the module relation.
Purpose of the pull request
close #16098
Brief change log
The binary package
apache-dolphinscheduler-dev-SNAPSHOT-bin.tar.gz
size is 912M with the following fileVerify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
Pull Request Notice
Pull Request Notice
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md