[ https://issues.apache.org/jira/browse/HIVE-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt McCline updated HIVE-8886: ------------------------------- Status: Patch Available (was: In Progress) > 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)