Skip to content
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

[BEAM-5600] Add unimplemented split API to Runner side SDF libraries. #10482

Merged
merged 2 commits into from Jan 2, 2020

Conversation

lukecwik
Copy link
Member

@lukecwik lukecwik commented Dec 30, 2019

This creates a split call that forwards the values to the SDK and a default split handler that throws.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- Build Status --- --- Build Status
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
--- Build Status
Build Status
Build Status
Build Status
--- --- Build Status
XLang --- --- --- Build Status --- --- ---

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website
Non-portable Build Status Build Status
Build Status
Build Status Build Status
Portable --- Build Status --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

for (CloseableFnDataReceiver<?> inputReceiver : inputReceivers.values()) {
@Override
public void split(double fractionOfRemainder) {
throw new UnsupportedOperationException("Support splitting, TODO: BEAM-5600");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need access to the control service which is why I made the ActiveBundle a nested class.

@lukecwik
Copy link
Member Author

R: @boyuanzz @mxm

@lukecwik
Copy link
Member Author

Run Java PreCommit

@lukecwik
Copy link
Member Author

Run Portable_Python PreCommit

@lukecwik
Copy link
Member Author

Run Python2_PVR_Flink PreCommit

@lukecwik
Copy link
Member Author

Run Java PreCommit

2 similar comments
@lukecwik
Copy link
Member Author

lukecwik commented Jan 2, 2020

Run Java PreCommit

@lukecwik
Copy link
Member Author

lukecwik commented Jan 2, 2020

Run Java PreCommit

This creates an unsupported API to the RemoteBundle and a default split handler that throws.
Copy link
Contributor

@boyuanzz boyuanzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes!

@lukecwik lukecwik merged commit 5b4ea81 into apache:master Jan 2, 2020
@mxm
Copy link
Contributor

mxm commented Jan 6, 2020

Thanks! LGTM.

vmarquez pushed a commit to vmarquez/beam that referenced this pull request Apr 1, 2020
…apache#10482)

* [BEAM-5600] Add unimplemented split API to Runner side SDF libraries.

This creates an unsupported API to the RemoteBundle and a default split handler that throws.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants