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 A2BA1107E7 for ; Mon, 10 Feb 2014 22:41:38 +0000 (UTC) Received: (qmail 77130 invoked by uid 500); 10 Feb 2014 22:41:21 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 77059 invoked by uid 500); 10 Feb 2014 22:41:20 -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 77043 invoked by uid 500); 10 Feb 2014 22:41:19 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 77037 invoked by uid 99); 10 Feb 2014 22:41:19 -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 22:41:19 +0000 Date: Mon, 10 Feb 2014 22:41:19 +0000 (UTC) From: "Lefty Leverenz (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=13897143#comment-13897143 ] Lefty Leverenz commented on HIVE-5380: -------------------------------------- Looks good, thanks [~brocknoland]. > 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)