[
https://issues.apache.org/jira/browse/BEAM-7726?focusedWorklogId=277713&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-277713
]
ASF GitHub Bot logged work on BEAM-7726:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jul/19 19:56
Start Date: 16/Jul/19 19:56
Worklog Time Spent: 10m
Work Description: lostluck commented on issue #9080: [BEAM-7726]
Implement State Backed Iterables in Go SDK
URL: https://github.com/apache/beam/pull/9080#issuecomment-511962134
R: @robertwb, @lukecwik
Note: This code diverges from the stated protocol for Iterables in
beam_runner_api.proto [1] where multi-chunk iterables are prefixed with a 0. As
implemented Go SDK, and Python SDKs [2] currently require a -1 instead. Either
the SDKs need to change or the proto documentation should change to match.
[1]
https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto#L582
[2]
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/coders/coder_impl.py#L702
----------------------------------------------------------------
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: 277713)
Time Spent: 20m (was: 10m)
> [Go SDK] State Backed Iterables
> -------------------------------
>
> Key: BEAM-7726
> URL: https://issues.apache.org/jira/browse/BEAM-7726
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Affects Versions: Not applicable
> Reporter: Robert Burke
> Assignee: Robert Burke
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The Go SDK should support the State backed iterables protocol per the proto.
> [https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto#L644]
>
> Primary case is for iterables after CoGBKs.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)