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 3D69AF905 for ; Thu, 25 Apr 2013 06:34:19 +0000 (UTC) Received: (qmail 76527 invoked by uid 500); 25 Apr 2013 06:34:18 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 76097 invoked by uid 500); 25 Apr 2013 06:34:17 -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 75952 invoked by uid 500); 25 Apr 2013 06:34:16 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 75940 invoked by uid 99); 25 Apr 2013 06:34:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 06:34:16 +0000 Date: Thu, 25 Apr 2013 06:34:16 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4412) PTFDesc tries serialize transient fields like OIs, etc. 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-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4412: ----------------------------------- Resolution: Fixed Fix Version/s: 0.12.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks, Navis! > PTFDesc tries serialize transient fields like OIs, etc. > ------------------------------------------------------- > > Key: HIVE-4412 > URL: https://issues.apache.org/jira/browse/HIVE-4412 > Project: Hive > Issue Type: Bug > Components: PTF-Windowing > Reporter: Navis > Assignee: Navis > Priority: Trivial > Fix For: 0.12.0 > > Attachments: HIVE-4412.D10515.1.patch > > > windowing_expression.q shows warning messages like this. > {noformat} > java.lang.InstantiationException: org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantDoubleObjectInspector > Continuing ... > java.lang.RuntimeException: failed to evaluate: =Class.new(); > Continuing ... > java.lang.InstantiationException: org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter$DoubleConverter > Continuing ... > java.lang.RuntimeException: failed to evaluate: =Class.new(); > Continuing ... > java.lang.IllegalAccessException: Class sun.reflect.misc.Trampoline can not access a member of class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector with modifiers "" > Continuing ... > java.lang.RuntimeException: failed to evaluate: =Class.new(); > Continuing ... > {noformat} > hive is serializing temporary OIs in it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira