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 DD15B10BB2 for ; Fri, 30 May 2014 00:05:02 +0000 (UTC) Received: (qmail 39305 invoked by uid 500); 30 May 2014 00:05:01 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 39175 invoked by uid 500); 30 May 2014 00:05:01 -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 39052 invoked by uid 500); 30 May 2014 00:05:01 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 39007 invoked by uid 99); 30 May 2014 00:05:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 00:05:01 +0000 Date: Fri, 30 May 2014 00:05:01 +0000 (UTC) From: "Gopal V (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-7147) ORC PPD should handle CHAR/VARCHAR types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gopal V created HIVE-7147: ----------------------------- Summary: ORC PPD should handle CHAR/VARCHAR types Key: HIVE-7147 URL: https://issues.apache.org/jira/browse/HIVE-7147 Project: Hive Issue Type: Bug Components: File Formats Reporter: Gopal V Assignee: Gopal V Priority: Minor ORC PPD does not handle Varchar/Char data types. The handling for PPD for both those types should be inline with the String type as the encoding mechanism is the same for all three types. -- This message was sent by Atlassian JIRA (v6.2#6252)