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 566D7109A6 for ; Thu, 10 Oct 2013 08:19:23 +0000 (UTC) Received: (qmail 28200 invoked by uid 500); 10 Oct 2013 08:19:07 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 28043 invoked by uid 500); 10 Oct 2013 08:18:59 -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 27966 invoked by uid 500); 10 Oct 2013 08:18:53 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 27865 invoked by uid 99); 10 Oct 2013 08:18:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 08:18:46 +0000 Date: Thu, 10 Oct 2013 08:18:46 +0000 (UTC) From: "Hive QA (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=13791304#comment-13791304 ] Hive QA commented on HIVE-5494: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12607748/HIVE-5494.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4389 tests executed *Failed tests:* {noformat} org.apache.hcatalog.listener.TestNotificationListener.testAMQListener {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1092/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1092/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests failed with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. > 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 > Attachments: HIVE-5494.1.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)