You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2014/12/01 23:23:12 UTC

[jira] [Updated] (HIVE-8886) Some Vectorized String CONCAT expressions result in runtime error Vectorization: Unsuported vector output type: StringGroup

     [ https://issues.apache.org/jira/browse/HIVE-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt McCline updated HIVE-8886:
-------------------------------
    Attachment: HIVE-8886.02.patch

> 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)