[
https://issues.apache.org/jira/browse/BEAM-3982?focusedWorklogId=87313&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-87313
]
ASF GitHub Bot logged work on BEAM-3982:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Apr/18 22:29
Start Date: 03/Apr/18 22:29
Worklog Time Spent: 10m
Work Description: herohde opened a new pull request #5011: [BEAM-3982]
Register Go transform types and functions
URL: https://github.com/apache/beam/pull/5011
----------------------------------------------------------------
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: 87313)
Time Spent: 10m
Remaining Estimate: 0h
> Transform libraries not registering their types
> -----------------------------------------------
>
> Key: BEAM-3982
> URL: https://issues.apache.org/jira/browse/BEAM-3982
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Bill Neubauer
> Assignee: Henning Rohde
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The transform libraries in the SDK have structs-as-DoFns, but the types are
> not registered. While this works in a direct runner, trying to run examples
> using those libraries fails because the DoFns aren't serializable.
> It's not clear how to make the libraries intrinsically self-policing. At
> least to ensure the examples work, these failures can be exposed easily using
> the flags "--runner=dataflow --dry_run" to force the serialization error.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)