You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2015/11/18 17:18:11 UTC

[jira] [Closed] (FLINK-2233) InputFormat nextRecord Javadocs out of sync

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

Chesnay Schepler closed FLINK-2233.
-----------------------------------
    Resolution: Fixed

> InputFormat nextRecord Javadocs out of sync
> -------------------------------------------
>
>                 Key: FLINK-2233
>                 URL: https://issues.apache.org/jira/browse/FLINK-2233
>             Project: Flink
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.9, 0.10.0
>            Reporter: Ufuk Celebi
>            Assignee: Chesnay Schepler
>
> {code}
> /**
> 	 * Tries to read the next pair from the input. By using the return value invalid records in the
> 	 * input can be skipped.
> 	 * <p>
> 	 * When this method is called, the input format it guaranteed to be opened.
> 	 * 
> 	 * @param reuse Object that may be reused.
> 	 * @return Indicates whether the record could be successfully read. A return value of <i>true</i>
> 	 *         indicates that the read was successful, a return value of false indicates that the
> 	 *         current record was not read successfully and should be skipped.
> 	 *         
> 	 * @throws IOException Thrown, if an I/O error occurred.
> 	 */
> 	OT nextRecord(OT reuse) throws IOException;
> {code}



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