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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Alexey Trenikhin created FLINK-11523:
----------------------------------------

             Summary: 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
            Reporter: Alexey Trenikhin


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)