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 2465911404 for ; Thu, 26 Jun 2014 04:06:26 +0000 (UTC) Received: (qmail 46615 invoked by uid 500); 26 Jun 2014 04:06:25 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 46548 invoked by uid 500); 26 Jun 2014 04:06:25 -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 46520 invoked by uid 500); 26 Jun 2014 04:06:25 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 46517 invoked by uid 99); 26 Jun 2014 04:06:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2014 04:06:25 +0000 Date: Thu, 26 Jun 2014 04:06:25 +0000 (UTC) From: "Xuefu Zhang (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6367) Implement Decimal in ParquetSerde MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-6367: ------------------------------ Labels: Parquet (was: Parquet TODOC14) > Implement Decimal in ParquetSerde > --------------------------------- > > Key: HIVE-6367 > URL: https://issues.apache.org/jira/browse/HIVE-6367 > Project: Hive > Issue Type: Sub-task > Components: Serializers/Deserializers > Affects Versions: 0.13.0 > Reporter: Brock Noland > Assignee: Xuefu Zhang > Labels: Parquet > Fix For: 0.14.0 > > Attachments: HIVE-6367.patch, dec.parq > > > Some code in the Parquet Serde deals with decimal and other does not. For example in ETypeConverter we convert Decimal to double (which is invalid) whereas in DataWritableWriter and other locations we throw an exception if decimal is used. > This JIRA is to implement decimal support. -- This message was sent by Atlassian JIRA (v6.2#6252)