Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 78654 invoked from network); 14 Mar 2007 17:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 17:11:34 -0000 Received: (qmail 11697 invoked by uid 500); 14 Mar 2007 17:11:39 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 11658 invoked by uid 500); 14 Mar 2007 17:11:39 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 11567 invoked by uid 99); 14 Mar 2007 17:11:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 10:11:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 10:11:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF3B1714083 for ; Wed, 14 Mar 2007 10:11:09 -0700 (PDT) Message-ID: <23892552.1173892269911.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 10:11:09 -0700 (PDT) From: "Milind Bhandarkar (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1089) The c++ version of write and read v-int don't agree with the java versions In-Reply-To: <8519431.1173340464080.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Milind Bhandarkar updated HADOOP-1089: -------------------------------------- Attachment: jute-patch.txt Fixed warnings with -Wall. (In fact there were two real bugs in deserialization of buffer in XML and CSV, that -Wall pointed out.) > The c++ version of write and read v-int don't agree with the java versions > -------------------------------------------------------------------------- > > Key: HADOOP-1089 > URL: https://issues.apache.org/jira/browse/HADOOP-1089 > Project: Hadoop > Issue Type: Bug > Components: record > Affects Versions: 0.12.0 > Reporter: Owen O'Malley > Assigned To: Milind Bhandarkar > Fix For: 0.12.1 > > Attachments: jute-patch.txt > > > The serialization of vints is inconsistent between C++ and Java. Since the Java has been fixed recently, I'll move the C++ implementation to match the current Java implementation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.