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 39C9311597 for ; Mon, 9 Jun 2014 20:07:03 +0000 (UTC) Received: (qmail 31802 invoked by uid 500); 9 Jun 2014 20:07:03 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 31726 invoked by uid 500); 9 Jun 2014 20:07:03 -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 31665 invoked by uid 500); 9 Jun 2014 20:07:03 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 31642 invoked by uid 99); 9 Jun 2014 20:07:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 20:07:03 +0000 Date: Mon, 9 Jun 2014 20:07:02 +0000 (UTC) From: "Gabriel Reid (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-416) Use Avro built-in deep copying where possible 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/CRUNCH-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated CRUNCH-416: -------------------------------- Attachment: CRUNCH-416_2.patch Updated patch with improved testing for null values. This is the one I'll be committing in a few moments. > Use Avro built-in deep copying where possible > --------------------------------------------- > > Key: CRUNCH-416 > URL: https://issues.apache.org/jira/browse/CRUNCH-416 > Project: Crunch > Issue Type: Improvement > Reporter: Gabriel Reid > Attachments: CRUNCH-416.patch, CRUNCH-416_2.patch > > > Avro includes built-in deep-copying for specific and generic records, and this deep-copying isn't based on serialization, which provides quite a bit improvement in performance in some cases. > We should make use of the built-in deep copying functionality from avro instead of the custom serialization-based code that is currently in place. -- This message was sent by Atlassian JIRA (v6.2#6252)