-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[FLINK-37104] Refactor transform module, code cleanup #3986
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
|
Hi. thx @yuxiqian . I will TAL. |
aiwenmo
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.
LGTM. The logic of the refactored code is much clearer. All the tests have passed, and currently, I can't come up with better improvement suggestions. What I want to confirm is whether this PR should include the code improvement for Batch.
|
Done rebasing & resolving conflicts. I removed batch-version PreTransformOpetator since it's basically the same as the streaming one. Could @aiwenmo please double check it? |
leonardBang
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.
This closes FLINK-37104.
...by refactoring transform module to improve code readability and maintainability. No behavior changes are expected for all valid use cases.
Kindly ping @aiwenmo as he is the main developer of flink-runtime package.