Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-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 4D9CC10888 for ; Wed, 24 Apr 2013 23:21:18 +0000 (UTC) Received: (qmail 38000 invoked by uid 500); 24 Apr 2013 23:21:15 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 37504 invoked by uid 500); 24 Apr 2013 23:21:15 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 37148 invoked by uid 500); 24 Apr 2013 23:21:14 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 37105 invoked by uid 99); 24 Apr 2013 23:21:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 23:21:14 +0000 Date: Wed, 24 Apr 2013 23:21:14 +0000 (UTC) From: "Micah Whitacre (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CRUNCH-197) Adjust AvroKeyConverter to use AvroKey MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Micah Whitacre created CRUNCH-197: ------------------------------------- Summary: Adjust AvroKeyConverter to use AvroKey Key: CRUNCH-197 URL: https://issues.apache.org/jira/browse/CRUNCH-197 Project: Crunch Issue Type: Improvement Components: Core Reporter: Micah Whitacre Assignee: Josh Wills Fix For: 0.6.0 Change the ArvoKeyConverter class to do the following instead of returning an AvroWrapper. private AvroWrapper getWrapper() { if (wrapper == null) { wrapper = new AvroKey(); } return wrapper; } -- 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