[jira] [Created] (FLINK-18606) Remove generic parameter from SinkFunction.Context<T>

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

[jira] [Created] (FLINK-18606) Remove generic parameter from SinkFunction.Context<T>

Shang Yuanchun (Jira)
Niels Basjes created FLINK-18606:
------------------------------------

             Summary: Remove generic parameter from SinkFunction.Context<T>
                 Key: FLINK-18606
                 URL: https://issues.apache.org/jira/browse/FLINK-18606
             Project: Flink
          Issue Type: Improvement
            Reporter: Niels Basjes


As discussed on the mailing list
https://lists.apache.org/thread.html/ra72d406e262f3b30ef4df95e8e4ba2d765859203499be3b6d5cd59a2%40%3Cdev.flink.apache.org%3E

The SinkFunction.Context  interface is a generic that does not use this generic parameter.
In most places where this interface is used the generic parameter is omitted and thus gives many warnings about using "raw types".

This is to try to remove this generic parameter and asses the impact.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)