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 2A7C8107B2 for ; Mon, 1 Dec 2014 22:23:13 +0000 (UTC) Received: (qmail 48489 invoked by uid 500); 1 Dec 2014 22:23:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 48390 invoked by uid 500); 1 Dec 2014 22:23:12 -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 48378 invoked by uid 500); 1 Dec 2014 22:23:12 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 48375 invoked by uid 99); 1 Dec 2014 22:23:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 22:23:12 +0000 Date: Mon, 1 Dec 2014 22:23:12 +0000 (UTC) From: "Matt McCline (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8886) Some Vectorized String CONCAT expressions result in runtime error Vectorization: Unsuported vector output type: StringGroup 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-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8886: ------------------------------- Status: In Progress (was: Patch Available) > Some Vectorized String CONCAT expressions result in runtime error Vectorization: Unsuported vector output type: StringGroup > --------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-8886 > URL: https://issues.apache.org/jira/browse/HIVE-8886 > Project: Hive > Issue Type: Bug > Components: Vectorization > Affects Versions: 0.14.1 > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Fix For: 0.14.1 > > Attachments: HIVE-8886.01.patch, HIVE-8886.02.patch > > > {noformat} > SELECT CONCAT(CONCAT(CONCAT('Quarter ',CAST(CAST((MONTH(dt) - 1) / 3 + 1 AS INT) AS STRING)),'-'),CAST(YEAR(dt) AS STRING)) AS `field` > FROM vectortab2korc > GROUP BY CONCAT(CONCAT(CONCAT('Quarter ',CAST(CAST((MONTH(dt) - 1) / 3 + 1 AS INT) AS STRING)),'-'),CAST(YEAR(dt) AS STRING)) > LIMIT 50; > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)