From dev-return-2417-apmail-crunch-dev-archive=crunch.apache.org@crunch.apache.org Tue Apr 9 04:08:18 2013 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 8971D1004B for ; Tue, 9 Apr 2013 04:08:18 +0000 (UTC) Received: (qmail 34869 invoked by uid 500); 9 Apr 2013 04:08:18 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 34775 invoked by uid 500); 9 Apr 2013 04:08:17 -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 34459 invoked by uid 500); 9 Apr 2013 04:08:16 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 34454 invoked by uid 99); 9 Apr 2013 04:08:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 04:08:16 +0000 Date: Tue, 9 Apr 2013 04:08:16 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-193) GenericArrayWritable doesn't handle nulls on read 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-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills updated CRUNCH-193: ------------------------------ Attachment: CRUNCH-193-jwills2.patch This fixes the issue-- if there aren't any objections, you can commit it. The trick is that the Writable impl based on GenericArrayWritable wasn't handling the empty collection case correctly. > GenericArrayWritable doesn't handle nulls on read > ------------------------------------------------- > > Key: CRUNCH-193 > URL: https://issues.apache.org/jira/browse/CRUNCH-193 > Project: Crunch > Issue Type: Bug > Affects Versions: 0.5.0 > Reporter: Matthias Friedrich > Assignee: Matthias Friedrich > Attachments: CRUNCH-193-Fix-GenericArrayWritable-2.patch, CRUNCH-193-Fix-GenericArrayWritable.patch, CRUNCH-193-jwills2.patch, CRUNCH-193-jw.patch > > > GenericArrayWritable throws an EOFException during deserialization when the serialized data contains null values. -- 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