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/10/26 04:20:34 UTC

[jira] [Updated] (HIVE-8587) Vectorized Extract operator needs to update the Vectorization Context column map

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

Matt McCline updated HIVE-8587:
-------------------------------
    Status: Patch Available  (was: Open)

> Vectorized Extract operator needs to update the Vectorization Context column map
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-8587
>                 URL: https://issues.apache.org/jira/browse/HIVE-8587
>             Project: Hive
>          Issue Type: Bug
>          Components: Tez, Vectorization
>    Affects Versions: 0.14.0
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>             Fix For: 0.14.0
>
>         Attachments: HIVE-8587.01.patch
>
>
> Fails on Tez:
> {noformat}
> hive> SET hive.vectorized.execution.enabled=true;
> hive> set hive.support.concurrency=true;
> hive> set hive.enforce.bucketing=true;
> hive> CREATE TABLE non_orc_table(a INT, b STRING) CLUSTERED BY(a) INTO 2 BUCKETS STORED AS sequencefile; 
> insert into table non_orc_table values(1, 'one'),(1, 'one'), (2, 'two'),(3, 'three'); select a, b from non_orc_table order by a;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)