[
https://issues.apache.org/jira/browse/BEAM-2937?focusedWorklogId=103505&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-103505
]
ASF GitHub Bot logged work on BEAM-2937:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/18 17:50
Start Date: 18/May/18 17:50
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #5128:
[BEAM-2937] Update Portable Combine URNs to new URNs.
URL: https://github.com/apache/beam/pull/5128#discussion_r189345697
##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -245,6 +245,25 @@ message StandardPTransforms {
COMBINE_PGBKCV = 0 [(beam_urn) = "beam:transform:combine_pgbkcv:v1"];
COMBINE_MERGE_ACCUMULATORS = 1 [(beam_urn) =
"beam:transform:combine_merge_accumulators:v1"];
COMBINE_EXTRACT_OUTPUTS = 2 [(beam_urn) =
"beam:transform:combine_extract_outputs:v1"];
+
+ // Represents the lifted part of a Combine.perKey() operation. Caches and
Review comment:
Better to refer to the name and point to the doc then the java code and a
vague description.
----------------------------------------------------------------
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: 103505)
Time Spent: 1h 10m (was: 1h)
> Fn API combiner support w/ lifting to PGBK
> ------------------------------------------
>
> Key: BEAM-2937
> URL: https://issues.apache.org/jira/browse/BEAM-2937
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Henning Rohde
> Assignee: Daniel Oliveira
> Priority: Major
> Labels: portability
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The FnAPI should support this optimization. Detailed design:
> https://s.apache.org/beam-runner-api-combine-model
> Once design is ready, expand subtasks similarly to BEAM-2822.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)