Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 26300 invoked from network); 2 Feb 2009 03:30:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2009 03:30:24 -0000 Received: (qmail 19565 invoked by uid 500); 2 Feb 2009 03:30:24 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 19544 invoked by uid 500); 2 Feb 2009 03:30:24 -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 19533 invoked by uid 99); 2 Feb 2009 03:30:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 19:30: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; Mon, 02 Feb 2009 03:30:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ACF6D234C4B7 for ; Sun, 1 Feb 2009 19:30:00 -0800 (PST) Message-ID: <774111450.1233545400707.JavaMail.jira@brutus> Date: Sun, 1 Feb 2009 19:30:00 -0800 (PST) From: "Zheng Shao (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Created: (HIVE-264) TBinarySortable Protocol should support null characters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.