You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/09/04 15:52:45 UTC

[jira] [Created] (FLINK-2623) Extend API completeness check to check signatures

Till Rohrmann created FLINK-2623:
------------------------------------

             Summary: Extend API completeness check to check signatures
                 Key: FLINK-2623
                 URL: https://issues.apache.org/jira/browse/FLINK-2623
             Project: Flink
          Issue Type: Improvement
            Reporter: Till Rohrmann


Currently, the API completeness check only verifies that the Java and Scala API both have the same API methods based on their name. This, however, does not guarantee that both API's cover the same functionality. 

The Scala Streaming API, for example, supports the {{writeAsText}} method. However, it does not let you specify the {{WriteMode}}, which is supported by the Java Streaming API. Maybe it is possible to extend the API completeness check to also verify the signatures or parts of the signatures of the API methods to avoid a divergence in functionality.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)