-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-6504]Connect SideInputHandler in dataflow runner (Part 2) #7926
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
|
ping... |
| */ | ||
| public class CreateExecutableStageNodeFunction | ||
| implements Function<MutableNetwork<Node, Edge>, Node> { | ||
| private static final Logger LOG = |
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.
is this LOG used somewhere?
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 for catching this. Removed.
boyuanzz
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. Thanks for adding these.
|
Run Portable_Python PreCommit |
|
Run Python_PVR_Flink PreCommit |
|
Run Java PreCommit |
3 similar comments
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Java PreCommit |
|
…che#7926) * Connect SideInputHandler in dataflow runner. * Remove unused LOG info * Remove redundant `include` line
Wire SideInputHandler (PR#7619) inside dataflow java runner harness.
28 out of 28 validationTest passed in ViewTest.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.Post-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.