Return-Path: X-Original-To: apmail-avro-user-archive@www.apache.org Delivered-To: apmail-avro-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 186991834E for ; Fri, 11 Dec 2015 07:38:38 +0000 (UTC) Received: (qmail 70441 invoked by uid 500); 11 Dec 2015 07:38:37 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 70348 invoked by uid 500); 11 Dec 2015 07:38:37 -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 70337 invoked by uid 99); 11 Dec 2015 07:38:37 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 07:38:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 17FEDCBEE8 for ; Fri, 11 Dec 2015 07:38:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 9RAL50e-pYow for ; Fri, 11 Dec 2015 07:38:28 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 7A34F265EB for ; Fri, 11 Dec 2015 07:38:28 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 1CDDD3CF6AFA for ; Thu, 10 Dec 2015 23:37:56 -0800 (PST) Date: Fri, 11 Dec 2015 00:38:28 -0700 (MST) From: skerrien To: user@avro.apache.org Message-ID: <1449819508077-4033610.post@n3.nabble.com> In-Reply-To: <1449754785325-4033609.post@n3.nabble.com> References: <1449754785325-4033609.post@n3.nabble.com> Subject: Re: Unable to give value to an optional field MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Actually found the answer, here is how to fix the bad instance: { "name":"jane", "favorite_number": {"int": 42}} Cheers Sam -- View this message in context: http://apache-avro.679487.n3.nabble.com/Unable-to-give-value-to-an-optional-field-tp4033609p4033610.html Sent from the Avro - Users mailing list archive at Nabble.com.