-
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
[Bug] [Seatunnel-Task] Run Mode defaults to run, and you cannot select a null value #14267
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #14267 +/- ##
============================================
- Coverage 38.45% 38.42% -0.04%
+ Complexity 4499 4497 -2
============================================
Files 1235 1235
Lines 42992 42992
Branches 4765 4765
============================================
- Hits 16534 16521 -13
- Misses 24631 24644 +13
Partials 1827 1827 see 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
…t a null value (apache#14267) Co-authored-by: zhang <zhangyfcoder@163.com>
…cannot select a null value #14267
…t a null value (apache#14267) Co-authored-by: zhang <zhangyfcoder@163.com>
fix #14250
Purpose of the pull request
When Dolphinscheduler creates a seattunnel task, if the Flink startup script is used, the Run Mode defaults to run, and a null value cannot be selected. As a result of this operation, when seatunnel invokes the Flink service to perform tasks, --run-mode run will be spliced by default in the execution command, but the run-mode parameter is not supported in multiple flink versions (tested 1.13 1.14 1.15 1.16 1.17), and finally Task execution failed.
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