Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 EA3F49837 for ; Fri, 15 Jun 2012 19:39:43 +0000 (UTC) Received: (qmail 4794 invoked by uid 500); 15 Jun 2012 19:39:43 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 4670 invoked by uid 500); 15 Jun 2012 19:39:43 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 4407 invoked by uid 500); 15 Jun 2012 19:39:43 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 4366 invoked by uid 99); 15 Jun 2012 19:39:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 19:39:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 21F901404B9 for ; Fri, 15 Jun 2012 19:39:43 +0000 (UTC) Date: Fri, 15 Jun 2012 19:39:43 +0000 (UTC) From: "Bhushan Mandhani (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1999561011.19884.1339789183141.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HIVE-3144) Custom Deserializers Should be Used for Thrift Table Objects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bhushan Mandhani created HIVE-3144: -------------------------------------- Summary: Custom Deserializers Should be Used for Thrift Table Objects Key: HIVE-3144 URL: https://issues.apache.org/jira/browse/HIVE-3144 Project: Hive Issue Type: Bug Reporter: Bhushan Mandhani Assignee: Bhushan Mandhani Priority: Minor Some tables have custom deserializers. When constructing the column set for these, the deserializer class should be used instead of just reading from the MetaStore. This is already happening when constructing the Table object in package org/apache/hadoop/hive/ql/metadata. However, Thrift API is returning incorrect results for these. We want to move this logic out of this Table object and lower into the stack to fix this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira