[
https://issues.apache.org/jira/browse/BEAM-3708?focusedWorklogId=111320&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-111320
]
ASF GitHub Bot logged work on BEAM-3708:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jun/18 23:09
Start Date: 12/Jun/18 23:09
Worklog Time Spent: 10m
Work Description: youngoli opened a new pull request #5622: [BEAM-3708]
Adding Combine component implementations to Java SDK
URL: https://github.com/apache/beam/pull/5622
Adding implementations for the components represented by the Combine
URNs described in the portable combines doc:
https://s.apache.org/beam-runner-api-combine-model
This is just an initial implementation so it's lacking one major feature
which is an optimization in the Precombine. Planning to add that
right away, but want to get this in first.
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [x] 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](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 111320)
Time Spent: 10m
Remaining Estimate: 0h
> Implement the portable lifted Combiner transforms in Java SDK
> -------------------------------------------------------------
>
> Key: BEAM-3708
> URL: https://issues.apache.org/jira/browse/BEAM-3708
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-java-core, sdk-java-harness
> Reporter: Daniel Oliveira
> Assignee: Daniel Oliveira
> Priority: Major
> Labels: portability
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Lifted combines are split into separate parts with different URNs. These
> parts need to be implemented in the Java SDK harness so that the SDK can
> actually execute them when receiving Combine transforms with the
> corresponding URNs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)