Return-Path: Delivered-To: apmail-avro-user-archive@www.apache.org Received: (qmail 31686 invoked from network); 4 Jan 2011 19:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2011 19:24:55 -0000 Received: (qmail 10150 invoked by uid 500); 4 Jan 2011 19:24:55 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 10120 invoked by uid 500); 4 Jan 2011 19:24:55 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 10112 invoked by uid 99); 4 Jan 2011 19:24:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jan 2011 19:24:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Jan 2011 19:24:53 +0000 Received: (qmail 31490 invoked by uid 99); 4 Jan 2011 19:24:32 -0000 Received: from localhost.apache.org (HELO [192.168.168.16]) (127.0.0.1) (smtp-auth username cutting, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jan 2011 19:24:32 +0000 Message-ID: <4D2373EF.3050001@apache.org> Date: Tue, 04 Jan 2011 11:24:31 -0800 From: Doug Cutting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: user@avro.apache.org Subject: Re: GenericData.Array doesn't support set(index, object) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 12/20/2010 02:30 PM, Chase Bradford wrote: > I get an UnsupportedOperationException when trying to use set() on a > GenericData.Array backed list. Is this by design or can I submit a > patch that implements it? A patch would be welcome. Thanks, Doug