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 8E0C2102D4 for ; Sat, 12 Oct 2013 01:20:42 +0000 (UTC) Received: (qmail 43032 invoked by uid 500); 12 Oct 2013 01:20:42 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 42891 invoked by uid 500); 12 Oct 2013 01:20:42 -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 42882 invoked by uid 500); 12 Oct 2013 01:20:42 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 42879 invoked by uid 99); 12 Oct 2013 01:20:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 01:20:42 +0000 Date: Sat, 12 Oct 2013 01:20:42 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5494) Vectorization throws exception with nested UDF. 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-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793195#comment-13793195 ] Hudson commented on HIVE-5494: ------------------------------ SUCCESS: Integrated in Hive-trunk-hadoop1-ptest #201 (See [https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/201/]) HIVE-5494 : Vectorization throws exception with nested UDF. (Jitendra Nath Pandey via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1531391) * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java * /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical * /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java * /hive/trunk/ql/src/test/queries/clientpositive/vectorization_nested_udf.q * /hive/trunk/ql/src/test/results/clientpositive/vectorization_nested_udf.q.out > Vectorization throws exception with nested UDF. > ----------------------------------------------- > > Key: HIVE-5494 > URL: https://issues.apache.org/jira/browse/HIVE-5494 > Project: Hive > Issue Type: Sub-task > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Fix For: 0.13.0 > > Attachments: HIVE-5494.1.patch, HIVE-5494.2.patch > > > {code} > Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Udf: GenericUDFAbs, is not supported > at org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getVectorExpression(VectorizationContext.java:465) > at org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getVectorExpression(VectorizationContext.java:274) > at org.apache.hadoop.hive.ql.exec.vector.VectorizationContext.getAggregatorExpression(VectorizationContext.java:1512) > at org.apache.hadoop.hive.ql.exec.vector.VectorGroupByOperator.(VectorGroupByOperator.java:133) > ... 41 more > FAILED: RuntimeException java.lang.reflect.InvocationTargetException > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)