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 3AE3B105A6 for ; Sat, 15 Nov 2014 01:46:34 +0000 (UTC) Received: (qmail 87071 invoked by uid 500); 15 Nov 2014 01:46:33 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 86998 invoked by uid 500); 15 Nov 2014 01:46:33 -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 86987 invoked by uid 500); 15 Nov 2014 01:46:33 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 86984 invoked by uid 99); 15 Nov 2014 01:46:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2014 01:46:33 +0000 Date: Sat, 15 Nov 2014 01:46:33 +0000 (UTC) From: "Matt McCline (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Matt McCline created HIVE-8886: ---------------------------------- Summary: 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 {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)