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 769C810131 for ; Fri, 4 Oct 2013 14:11:48 +0000 (UTC) Received: (qmail 84575 invoked by uid 500); 4 Oct 2013 14:11:46 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 84495 invoked by uid 500); 4 Oct 2013 14:11:45 -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 84482 invoked by uid 500); 4 Oct 2013 14:11:44 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 84472 invoked by uid 99); 4 Oct 2013 14:11:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Oct 2013 14:11:43 +0000 Date: Fri, 4 Oct 2013 14:11:43 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5372) Refactor TypeInfo and PrimitiveTypeEntry class hierachy to eliminate info repetition 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-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13786170#comment-13786170 ] Ashutosh Chauhan commented on HIVE-5372: ---------------------------------------- Good work, [~xuefuz] ! I will review it soon. [~jdere] It will be good that you also take a look. We want to get this patch in sooner than later since these large refactors tend to get stale pretty quickly. > Refactor TypeInfo and PrimitiveTypeEntry class hierachy to eliminate info repetition > ------------------------------------------------------------------------------------ > > Key: HIVE-5372 > URL: https://issues.apache.org/jira/browse/HIVE-5372 > Project: Hive > Issue Type: Improvement > Components: Types > Affects Versions: 0.12.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Fix For: 0.13.0 > > Attachments: HIVE-5372.patch > > > TypeInfo with its sub-classes and PrimititiveTypeEntry class seem having repetitive information, such as type names and type params. It will be good if we can streamline the information organization. -- This message was sent by Atlassian JIRA (v6.1#6144)