Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C64818AAF for ; Wed, 18 Nov 2015 16:13:11 +0000 (UTC) Received: (qmail 18412 invoked by uid 500); 18 Nov 2015 16:13:11 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 18372 invoked by uid 500); 18 Nov 2015 16:13:11 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 18357 invoked by uid 99); 18 Nov 2015 16:13:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 16:13:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 094662C1F65 for ; Wed, 18 Nov 2015 16:13:11 +0000 (UTC) Date: Wed, 18 Nov 2015 16:13:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2233) InputFormat nextRecord Javadocs out of sync MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15011283#comment-15011283 ] ASF GitHub Bot commented on FLINK-2233: --------------------------------------- Github user zentol commented on the pull request: https://github.com/apache/flink/pull/1374#issuecomment-157763866 merging this. > 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. > *

> * 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 true > * 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)