[ https://issues.apache.org/jira/browse/FLINK-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277415#comment-14277415 ]
ASF GitHub Bot commented on FLINK-1402: --------------------------------------- Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/306#issuecomment-69967270 Ah ok, thanks for the info Stephen, good to know it was intentional. Do you want to keep this pattern? > Remove extra extend Serializable in InputFormat interface > --------------------------------------------------------- > > Key: FLINK-1402 > URL: https://issues.apache.org/jira/browse/FLINK-1402 > Project: Flink > Issue Type: Bug > Reporter: Henry Saputra > Assignee: Henry Saputra > Priority: Minor > > The org.apache.flink.api.common.io.InputFormat currently defined as: > public interface InputFormat<OT, T extends InputSplit> extends > InputSplitSource<T>, Serializable > however, InputSplitSource already extend Serializable: > public interface InputSplitSource<T extends InputSplit> extends Serializable > so no need for InputFormat to explicitly extend Serializable interface. -- This message was sent by Atlassian JIRA (v6.3.4#6332)