[
https://issues.apache.org/jira/browse/BEAM-5248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vaclav Plajt updated BEAM-5248:
-------------------------------
Description:
Euphoria to Beam translators sets coders to new `PCollections` automatically.
Every new `PCollection` gets coder, some translators event sets coders event to
input `PCollection`'s. That is a trouble when any `Dataset`/`PCollection` is
used as input to two or more operators. Set coders to all output `Pcollections`
but not for input ones.
was:
Euphoria to Beam translators sets coders to new `PCollections` automatically.
Every new `PCollection` gets coder, event input `PCollection`'s coders are set.
That is a trouble when any `Dataset`/`PCollection` is used as input to two or
more operators. Set coders for output `Pcollections` but not for output ones.
> Euphoria to Beam translators should set coders to output `PCollections'
> rather than to input ones
> -------------------------------------------------------------------------------------------------
>
> Key: BEAM-5248
> URL: https://issues.apache.org/jira/browse/BEAM-5248
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-euphoria
> Reporter: Vaclav Plajt
> Assignee: Vaclav Plajt
> Priority: Major
>
> Euphoria to Beam translators sets coders to new `PCollections` automatically.
> Every new `PCollection` gets coder, some translators event sets coders event
> to input `PCollection`'s. That is a trouble when any `Dataset`/`PCollection`
> is used as input to two or more operators. Set coders to all output
> `Pcollections` but not for input ones.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)