Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 54137 invoked from network); 1 Feb 2010 18:36:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 18:36:41 -0000 Received: (qmail 22466 invoked by uid 500); 1 Feb 2010 18:36:40 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 22394 invoked by uid 500); 1 Feb 2010 18:36:40 -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 22313 invoked by uid 99); 1 Feb 2010 18:36:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 18:36:40 +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; Mon, 01 Feb 2010 18:36:39 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E728129A0033 for ; Mon, 1 Feb 2010 10:36:19 -0800 (PST) Message-ID: <711836086.2351265049379945.JavaMail.jira@brutus.apache.org> Date: Mon, 1 Feb 2010 18:36:19 +0000 (UTC) From: "Doug Cutting (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Commented: (AVRO-389) ResolvingDecoder does not resolve enum well In-Reply-To: <768815475.159721264957174544.JavaMail.jira@brutus.apache.org> 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/AVRO-389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828214#action_12828214 ] Doug Cutting commented on AVRO-389: ----------------------------------- +1 Thanks! > ResolvingDecoder does not resolve enum well > ------------------------------------------- > > Key: AVRO-389 > URL: https://issues.apache.org/jira/browse/AVRO-389 > Project: Avro > Issue Type: Bug > Components: java > Reporter: Thiruvalluvan M. G. > Assignee: Thiruvalluvan M. G. > Attachments: AVRO-389-test.patch, AVRO-389.patch > > > Silly bug. mkEnumAdjust() and its caller don't agree on the order of the arguments. Strange that the bug existed for so long. The test-patch has some new tests to test untested portions of ResolvingEncoder. The actual patch fixes the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.