[
https://issues.apache.org/jira/browse/BEAM-3419?focusedWorklogId=343048&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-343048
]
ASF GitHub Bot logged work on BEAM-3419:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/19 01:12
Start Date: 14/Nov/19 01:12
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #10092: [BEAM-3419]
Explicitly model iterable side inputs as part of the Beam portability APIs.
URL: https://github.com/apache/beam/pull/10092#discussion_r346084339
##########
File path: model/fn-execution/src/main/proto/beam_fn_api.proto
##########
@@ -637,6 +637,13 @@ message StateKey {
bytes key = 1;
}
+ // Represents a request for the values associated with a specified user key
and window
+ // in a PCollection.
+ //
+ // Can only perform StateGetRequests on side inputs with the URN
beam:side_input:multimap:v1.
Review comment:
Done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 343048)
Time Spent: 1h 10m (was: 1h)
> Enable iterable side input for beam runners.
> --------------------------------------------
>
> Key: BEAM-3419
> URL: https://issues.apache.org/jira/browse/BEAM-3419
> Project: Beam
> Issue Type: Improvement
> Components: runner-core
> Reporter: Robert Bradshaw
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)