[
https://issues.apache.org/jira/browse/BEAM-3450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Groh resolved BEAM-3450.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.3.0
> RemoteGrpcPorts should contain the wire format
> ----------------------------------------------
>
> Key: BEAM-3450
> URL: https://issues.apache.org/jira/browse/BEAM-3450
> Project: Beam
> Issue Type: Bug
> Components: beam-model, runner-core
> Reporter: Thomas Groh
> Assignee: Thomas Groh
> Priority: Major
> Fix For: 2.3.0
>
>
> This forces the runner to include the wire format independently from a
> PCollection coder, which should be the coder of the type of the PCollection
> (e.g. in Java, PCollection<T> has Coder<T> instead of
> Coder<WindowedValue<T>>, but the runner must use Coder<WindowedValue<T>> over
> edges).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)