-
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
[Improvement][Tools] Remove Mapper usage in upgrade tools #15073
Conversation
0e86040
to
8be4282
Compare
8be4282
to
24a655e
Compare
@@ -130,19 +130,16 @@ | |||
<dependency> | |||
<groupId>org.testcontainers</groupId> | |||
<artifactId>mysql</artifactId> | |||
<scope>test</scope> |
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.
why remove this scope?
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.
Since the scope is managed at dolphinscheduler-bom
LGTM, can you add some docs for guiding on how to write an upgrade program and why we should remove mapper? |
SonarCloud Quality Gate failed. 1 Bug 4.6% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Purpose of the pull request
close #15069
Brief change log
Verify 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)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md