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)