-
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
[Fix-14729] fix problem with the command generated by the flink task #14902
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #14902 +/- ##
=========================================
Coverage 38.81% 38.81%
- Complexity 4588 4590 +2
=========================================
Files 1234 1234
Lines 43385 43387 +2
Branches 4794 4792 -2
=========================================
+ Hits 16841 16842 +1
- Misses 24680 24681 +1
Partials 1864 1864
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
Do you think this pr needs cherry-picked to 3.1.9? @zhuangchong |
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
Kudos, SonarCloud Quality Gate passed! |
Co-authored-by: 刘阳 <[email protected]> Co-authored-by: xiangzihao <[email protected]> (cherry picked from commit e748c2e)
Purpose of the pull request
fix #14729
Brief change log
1、The determinedYarnQueue method in the FlinkArgsUtils class and the switch statement of the doAddQueue method lack a break, adn I fix it.
2、 put the -Dyarn or -yqu parameter before -c, put the determinedYarnQueue method on line 284 before line 261
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