Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1472B10217 for ; Thu, 18 Apr 2013 15:41:20 +0000 (UTC) Received: (qmail 83844 invoked by uid 500); 18 Apr 2013 15:41:19 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 82254 invoked by uid 500); 18 Apr 2013 15:41:17 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 81563 invoked by uid 99); 18 Apr 2013 15:41:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 15:41:16 +0000 Date: Thu, 18 Apr 2013 15:41:16 +0000 (UTC) From: "Chris Porter (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AVRO-1301) Implement GenericData$Array$Iterator.remove() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chris Porter created AVRO-1301: ---------------------------------- Summary: Implement GenericData$Array$Iterator.remove() Key: AVRO-1301 URL: https://issues.apache.org/jira/browse/AVRO-1301 Project: Avro Issue Type: Bug Components: java Reporter: Chris Porter Priority: Minor Attachments: AVRO-1303.patch GenericData.Array's iterator currently doesn't implement remove(). The implementation is simple and makes the behaviour more consistent if you're working on an object that may or may not have been serialised. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira