You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Niels Basjes (Jira)" <ji...@apache.org> on 2020/07/15 10:46:00 UTC

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

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)