Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 12177 invoked from network); 3 Dec 2008 19:26:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2008 19:26:05 -0000 Received: (qmail 61306 invoked by uid 500); 3 Dec 2008 19:26:16 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 61285 invoked by uid 500); 3 Dec 2008 19:26:16 -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 61274 invoked by uid 99); 3 Dec 2008 19:26:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 11:26:16 -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, 03 Dec 2008 19:24:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 803CA234C2B4 for ; Wed, 3 Dec 2008 11:25:44 -0800 (PST) Message-ID: <1630542844.1228332344524.JavaMail.jira@brutus> Date: Wed, 3 Dec 2008 11:25:44 -0800 (PST) From: "Pete Wyckoff (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-104) Tables with at least 1 non-string columns should use DynamicSerDe instead of MetadataTypedColumnsetSerDe In-Reply-To: <110825521.1228266524286.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-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652912#action_12652912 ] Pete Wyckoff commented on HIVE-104: ----------------------------------- should there not be a test case that creates one of these tables and then does a describe? otherwise, the code looks good. > Tables with at least 1 non-string columns should use DynamicSerDe instead of MetadataTypedColumnsetSerDe > -------------------------------------------------------------------------------------------------------- > > Key: HIVE-104 > URL: https://issues.apache.org/jira/browse/HIVE-104 > Project: Hadoop Hive > Issue Type: Bug > Components: Query Processor > Reporter: Zheng Shao > Assignee: Zheng Shao > Attachments: HIVE-104-1.patch > > > For example, create table TableA (cola int, colb string). > The MetadataTypedColumnsetSerDe is not capable of producing int values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.