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 41A4410614 for ; Wed, 9 Apr 2014 01:18:17 +0000 (UTC) Received: (qmail 11316 invoked by uid 500); 9 Apr 2014 01:18:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 11248 invoked by uid 500); 9 Apr 2014 01:18:14 -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 11239 invoked by uid 500); 9 Apr 2014 01:18:14 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 11235 invoked by uid 99); 9 Apr 2014 01:18:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 01:18:14 +0000 Date: Wed, 9 Apr 2014 01:18:14 +0000 (UTC) From: "Adrian Wang (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6765) ASTNodeOrigin unserializable leads to fail when join with view 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-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Wang updated HIVE-6765: ------------------------------ Status: Patch Available (was: Open) > ASTNodeOrigin unserializable leads to fail when join with view > -------------------------------------------------------------- > > Key: HIVE-6765 > URL: https://issues.apache.org/jira/browse/HIVE-6765 > Project: Hive > Issue Type: Bug > Affects Versions: 0.12.0 > Reporter: Adrian Wang > Fix For: 0.13.0 > > Attachments: HIVE-6765.patch.1 > > > when a view contains a UDF, and the view comes into a JOIN operation, Hive will encounter a bug with stack trace like > Caused by: java.lang.InstantiationException: org.apache.hadoop.hive.ql.parse.ASTNodeOrigin > at java.lang.Class.newInstance0(Class.java:359) > at java.lang.Class.newInstance(Class.java:327) > at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) -- This message was sent by Atlassian JIRA (v6.2#6252)