[ 
https://issues.apache.org/jira/browse/HIVE-11214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14646821#comment-14646821
 ] 

Matt McCline commented on HIVE-11214:
-------------------------------------

Committed to trunk.

> Insert into ACID table switches vectorization off 
> --------------------------------------------------
>
>                 Key: HIVE-11214
>                 URL: https://issues.apache.org/jira/browse/HIVE-11214
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>             Fix For: 2.0.0
>
>         Attachments: HIVE-11214.01.patch, HIVE-11214.02.patch, 
> HIVE-11214.03.patch, HIVE-11214.04.patch
>
>
> PROBLEM:
> vectorization is switched off automatically after run insert into ACID table.
> STEPS TO REPRODUCE:
> set hive.vectorized.execution.enabled=true;
> create table testv (id int, name string) clustered by (id) into 2 buckets 
> stored as orc tblproperties("transactional"="true");
> insert into testv values(1,'a');
> set hive.vectorized.execution.enabled;
> false



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

Reply via email to