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 49DB011958 for ; Tue, 29 Jul 2014 01:47:43 +0000 (UTC) Received: (qmail 82171 invoked by uid 500); 29 Jul 2014 01:47:42 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 82104 invoked by uid 500); 29 Jul 2014 01:47: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 82089 invoked by uid 500); 29 Jul 2014 01:47:42 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 82085 invoked by uid 99); 29 Jul 2014 01:47:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2014 01:47:42 +0000 Date: Tue, 29 Jul 2014 01:47:42 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-7424) HiveException: Error evaluating concat(concat(' ', str2), ' ') in ql.exec.vector.VectorSelectOperator.processOp 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-7424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-7424: ----------------------------------- Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks, Matt! > HiveException: Error evaluating concat(concat(' ', str2), ' ') in ql.exec.vector.VectorSelectOperator.processOp > ------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-7424 > URL: https://issues.apache.org/jira/browse/HIVE-7424 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.0, 0.13.1 > Reporter: Matt McCline > Assignee: Matt McCline > Fix For: 0.14.0 > > Attachments: HIVE-7424.1.patch, HIVE-7424.2.patch, HIVE-7424.3.patch, TestWithORC.zip, fail_401.sql > > > One of several found by Raj Bains. > M/R or Tez. > {code} > set hive.vectorized.execution.enabled=true; > {code} > Query: > {code} > SELECT `testv1_Calcs`.`key` AS `none_key_nk`, CONCAT(CONCAT(' ',`testv1_Calcs`.`str2`),' ') AS `none_padded_str2_nk`, CONCAT(CONCAT('|',RTRIM(CONCAT(CONCAT(' ',`testv1_Calcs`.`str2`),' '))),'|') AS `none_z_rtrim_str_nk` FROM `default`.`testv1_Calcs` `testv1_Calcs` ; > {code} > Stack trace: > {code} > Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Error evaluating concat(concat(' ', str2), ' ') > at org.apache.hadoop.hive.ql.exec.vector.VectorSelectOperator.processOp(VectorSelectOperator.java:127) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800) > at org.apache.hadoop.hive.ql.exec.TableScanOperator.processOp(TableScanOperator.java:95) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800) > at org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.process(VectorMapOperator.java:43) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)