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 882F710EC5 for ; Tue, 4 Feb 2014 15:48:14 +0000 (UTC) Received: (qmail 94836 invoked by uid 500); 4 Feb 2014 15:48:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 94300 invoked by uid 500); 4 Feb 2014 15:48:11 -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 94089 invoked by uid 500); 4 Feb 2014 15:48:10 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 94085 invoked by uid 99); 4 Feb 2014 15:48:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 15:48:10 +0000 Date: Tue, 4 Feb 2014 15:48:09 +0000 (UTC) From: "Brock Noland (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6366) Refactor some items in Hive Parquet 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-6366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-6366: ------------------------------- Description: [~jcoffey] and myself have discussed some re-factoring to the Parquet Serde we'd live to do post commit. Specifically * Clean up the labeled TODO items in the parquet code * Understand if the paths need to be convered to schemless paths and then cleanup the handling of paths in ProjectPusher * Do not convert BigDecimal to Double on ETypeConverter * Object inspectors are written such that they can inspect inspected results (e.g. "if Hive decides to inspect the result of an inspection") which should not happen * BinaryWritable can be removed was: [~jcoffey] and myself have discussed some re-factoring to the Parquet Serde we'd live to do post commit. Specifically * Clean up the labeled TODO items in the parquet code * Understand if the paths need to be convered to schemless paths and then cleanup the handling of paths in ProjectPusher * Do not convert BigDecimal to Double on ETypeConverter * Object inspectors are written such that they can inspect inspected results (e.g. "if Hive decides to inspect the result of an inspection") which should not happen > Refactor some items in Hive Parquet > ----------------------------------- > > Key: HIVE-6366 > URL: https://issues.apache.org/jira/browse/HIVE-6366 > Project: Hive > Issue Type: Task > Reporter: Brock Noland > > [~jcoffey] and myself have discussed some re-factoring to the Parquet Serde we'd live to do post commit. > Specifically > * Clean up the labeled TODO items in the parquet code > * Understand if the paths need to be convered to schemless paths and then cleanup the handling of paths in ProjectPusher > * Do not convert BigDecimal to Double on ETypeConverter > * Object inspectors are written such that they can inspect inspected results (e.g. "if Hive decides to inspect the result of an inspection") which should not happen > * BinaryWritable can be removed -- This message was sent by Atlassian JIRA (v6.1.5#6160)