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 1C6DD10E64 for ; Mon, 10 Feb 2014 13:31:39 +0000 (UTC) Received: (qmail 46617 invoked by uid 500); 10 Feb 2014 13:31:36 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 46053 invoked by uid 500); 10 Feb 2014 13:31:26 -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 45940 invoked by uid 500); 10 Feb 2014 13:31:21 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 45929 invoked by uid 99); 10 Feb 2014 13:31:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 13:31:21 +0000 Date: Mon, 10 Feb 2014 13:31:21 +0000 (UTC) From: "Brock Noland (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5380) Non-default OI constructors should be supported for backwards compatibility 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-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13896490#comment-13896490 ] Brock Noland commented on HIVE-5380: ------------------------------------ Good call... I added it to the Object Inspector section! > Non-default OI constructors should be supported for backwards compatibility > --------------------------------------------------------------------------- > > Key: HIVE-5380 > URL: https://issues.apache.org/jira/browse/HIVE-5380 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.0 > Reporter: Brock Noland > Assignee: Brock Noland > Priority: Minor > Fix For: 0.13.0 > > Attachments: HIVE-5380.patch, HIVE-5380.patch, HIVE-5380.patch > > > In HIVE-5263 we started serializing OI's when cloning the plan. This was a great boost in speed for many queries. In the future we'd like to stop copying the OI's, perhaps in HIVE-4396. > Until then Custom Serdes will not work on trunk. This is a fix to allow custom serdes such as the Hive JSon Serde work until we address the fact we don't want to have to copy the OI's. Since this is modifying the byte code, we should recommend that the no-arg constructor be added. -- This message was sent by Atlassian JIRA (v6.1.5#6160)