You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/05/29 06:28:00 UTC

[jira] [Closed] (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 ]

Dawid Wysakowicz closed FLINK-11523.
------------------------------------
    Fix Version/s: 1.11.0
         Assignee: Alexey Trenikhin
       Resolution: Implemented

Implemented in 
master: dcaa5a0d308302f987fe3bcf2a06153f97390995
1.11: de4a1b9a70c170f737283f642eea851d262bbd59

> 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
>            Assignee: Alexey Trenikhin
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)