You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Alexander Fedulov (Jira)" <ji...@apache.org> on 2022/01/26 12:49:00 UTC

[jira] [Updated] (FLINK-25822) Migrate away from using Source- and SinkFunctions for internal tests

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

Alexander Fedulov updated FLINK-25822:
--------------------------------------
    Description: 
The Source- and SinkFunction interfaces are going to be deprecated with the adoption of the new Source and Sink Interfaces. Currently, the Source/SinkFunction interfaces are used as main testing facilities for internal purposes. New utilities based on the new interfaces have to be developed and existing tests migrated to them.

Example: _SinkFunctionProvider_ used in _TestValuesTableFactory_

  was:
The Source- and SinkFunction interfaces are going to be deprecated with the adoption of the new Source and Sink Interfaces. Currently, the Source/SinkFunction interfaces are used as main testing facilities for internal purposes. New utilities based on the new interfaces have to be developed and existing tests migrated to them.


Example: SinkFunctionProvider used in TestValuesTableFactory


> Migrate away from using Source- and SinkFunctions for internal tests
> --------------------------------------------------------------------
>
>                 Key: FLINK-25822
>                 URL: https://issues.apache.org/jira/browse/FLINK-25822
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream, Table SQL / API, Tests
>            Reporter: Alexander Fedulov
>            Priority: Major
>
> The Source- and SinkFunction interfaces are going to be deprecated with the adoption of the new Source and Sink Interfaces. Currently, the Source/SinkFunction interfaces are used as main testing facilities for internal purposes. New utilities based on the new interfaces have to be developed and existing tests migrated to them.
> Example: _SinkFunctionProvider_ used in _TestValuesTableFactory_



--
This message was sent by Atlassian Jira
(v8.20.1#820001)