Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 10817 invoked from network); 20 Nov 2009 06:08:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 06:08:03 -0000 Received: (qmail 53518 invoked by uid 500); 20 Nov 2009 06:08:03 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 53426 invoked by uid 500); 20 Nov 2009 06:08:03 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 53416 invoked by uid 99); 20 Nov 2009 06:08:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 06:08:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 06:08:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D0036234C1EF for ; Thu, 19 Nov 2009 22:07:39 -0800 (PST) Message-ID: <63712325.1258697259850.JavaMail.jira@brutus> Date: Fri, 20 Nov 2009 06:07:39 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Created: (AVRO-227) Spec example for record serialization is incorrect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Spec example for record serialization is incorrect -------------------------------------------------- Key: AVRO-227 URL: https://issues.apache.org/jira/browse/AVRO-227 Project: Avro Issue Type: Bug Components: spec Affects Versions: 1.2.0 Reporter: Todd Lipcon {quote} An instance of this record whose a field has value 27 (encoded as hex 36) and whose b field has value "foo" (encoded as hex bytes OC 66 6f 6f), would be encoded simply as the concatenation of these ... {quote} but "foo" should be encoded as zigzag(3) followed by "foo". zigzag(3) is 0x06, not 0x0c -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.