Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 57545 invoked from network); 4 Feb 2009 05:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 05:22:23 -0000 Received: (qmail 85069 invoked by uid 500); 4 Feb 2009 05:22:23 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 85050 invoked by uid 500); 4 Feb 2009 05:22:23 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 85012 invoked by uid 99); 4 Feb 2009 05:22:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 21:22:23 -0800 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; Wed, 04 Feb 2009 05:22:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 21518234C495 for ; Tue, 3 Feb 2009 21:22:00 -0800 (PST) Message-ID: <1021999433.1233724920120.JavaMail.jira@brutus> Date: Tue, 3 Feb 2009 21:22:00 -0800 (PST) From: "Zheng Shao (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-264) TBinarySortable Protocol should support null characters In-Reply-To: <774111450.1233545400707.JavaMail.jira@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/HIVE-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zheng Shao updated HIVE-264: ---------------------------- Attachment: (was: HIVE-264.1.patch) > TBinarySortable Protocol should support null characters > ------------------------------------------------------- > > Key: HIVE-264 > URL: https://issues.apache.org/jira/browse/HIVE-264 > Project: Hadoop Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.2.0 > Reporter: Zheng Shao > Assignee: Zheng Shao > Attachments: HIVE-264.1.patch, string.txt > > > Currently TBinarySortable Protocol does not support serializing null "\0" characters which confused a lot of users. > We should support that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.