-
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
Flinksql support standalone deploy mode #13495
Flinksql support standalone deploy mode #13495
Conversation
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.
Please add some docs.
Codecov Report
@@ Coverage Diff @@
## dev #13495 +/- ##
=========================================
Coverage 39.60% 39.61%
Complexity 4357 4357
=========================================
Files 1097 1097
Lines 41164 41169 +5
Branches 4716 4717 +1
=========================================
+ Hits 16305 16310 +5
+ Misses 23047 23046 -1
- Partials 1812 1813 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
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.
The front end part LGTM.
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.
LGTM, it would be better if u could add a UT case to https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-task-plugin/dolphinscheduler-task-flink/src/test/java/org/apache/dolphinscheduler/plugin/task/flink/FlinkArgsUtilsTest.java
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.
+1
thanks for your first contribution, I'm looking forward to your deep participation. |
Purpose of the pull request
feature flinksql support standalone deploy mode