You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2019/02/28 19:35:00 UTC

[jira] [Updated] (FLINK-11523) TestHarness should provide way to configure TypeSerailizers for side output

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

Robert Metzger updated FLINK-11523:
-----------------------------------
    Component/s: API / DataStream

> TestHarness should provide way to configure TypeSerailizers for side output
> ---------------------------------------------------------------------------
>
>                 Key: FLINK-11523
>                 URL: https://issues.apache.org/jira/browse/FLINK-11523
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream
>            Reporter: Alexey Trenikhin
>            Priority: Major
>
> Currently AbstractStreamOperatorTestHarness allows to configure TypeSerializer for main output:
> {code:java}
> public void setup(TypeSerializer<OUT> outputSerializer) 
> {code}
> It should be possible to specify TypeSerializers for side outputs as well (or alternatively  is to use TypeInformation from OutputTags)



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