You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Paul Lin (Jira)" <ji...@apache.org> on 2020/02/04 03:34:00 UTC

[jira] [Updated] (FLINK-15872) Remove unnecessary code in InputFormat

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

Paul Lin updated FLINK-15872:
-----------------------------
    Description: InputFormat unnecessarily overrides  `InputSplitSource#getInputSplitAssigner(T[])` with very the same method signature with a mismatched javadoc. We could remove the method to improve the codes.  (was: InputFormat unnecessarily overrides  InputSplitSource#getInputSplitAssigner(T[]) with very the same method signature and a mismatched javadoc. We could remove the method to improve the codes.)

> Remove unnecessary code in InputFormat
> --------------------------------------
>
>                 Key: FLINK-15872
>                 URL: https://issues.apache.org/jira/browse/FLINK-15872
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Core
>            Reporter: Paul Lin
>            Priority: Minor
>
> InputFormat unnecessarily overrides  `InputSplitSource#getInputSplitAssigner(T[])` with very the same method signature with a mismatched javadoc. We could remove the method to improve the codes.



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