-
Notifications
You must be signed in to change notification settings - Fork 498
[FLINK-26163] Refactor FlinkUtils#getEffectiveConfig into smaller pieces #9
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
Conversation
|
|
Thanks a lot for the detailed review!
|
gyfora
left a comment
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.
Added some minor cosmetic comments, otherwise looks good :)
...kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/FlinkUtils.java
Outdated
Show resolved
Hide resolved
...kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/FlinkUtils.java
Outdated
Show resolved
Hide resolved
...perator/src/test/java/org/apache/flink/kubernetes/operator/utils/FlinkConfigBuilderTest.java
Outdated
Show resolved
Hide resolved
tweise
left a comment
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.
Thanks, great to get some test coverage for this area.
|
Also see #10 for related field changes |
a02f718 to
d6265a9
Compare
d6265a9 to
d34ebce
Compare
gyfora
left a comment
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.
Looks good! Thank you :)
Will merge this after breakfast
FlinkUtils#getEffectiveConfiginto smaller pieces.TestUtilsand add unit test forFlinkUtils#getEffectiveConfig.