You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Vaclav Plajt (JIRA)" <ji...@apache.org> on 2018/08/06 08:26:00 UTC

[jira] [Closed] (BEAM-5078) Use type informations about output, key and values from operators to set coders

     [ https://issues.apache.org/jira/browse/BEAM-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vaclav Plajt closed BEAM-5078.
------------------------------
       Resolution: Duplicate
    Fix Version/s: Not applicable

Duplicate of BEAM-5077.

> Use type informations about output, key and values from operators to set coders
> -------------------------------------------------------------------------------
>
>                 Key: BEAM-5078
>                 URL: https://issues.apache.org/jira/browse/BEAM-5078
>             Project: Beam
>          Issue Type: Sub-task
>          Components: dsl-euphoria
>            Reporter: Vaclav Plajt
>            Assignee: Vaclav Plajt
>            Priority: Major
>             Fix For: Not applicable
>
>
> Operators can (optionally) carry `TypeDescriptor` of its output, key and value types. These can be used to determine right coders for `PCollection`s during translation to Beam API.
> Another enhancements of coders resolution are desired:
>  * Allow API user to disable use of `KryoCoder` as fallback coder.
>  * Every automatically created `KryoCoder` needs to respects classes registrations provided by user.
>  * Automate creation of 'PairCoder' whenever needed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)