You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2013/11/26 22:03:35 UTC

[jira] [Commented] (HIVE-5896) Insert queries in ORC fails with vectorization on

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

Ashutosh Chauhan commented on HIVE-5896:
----------------------------------------

Hit this while trying to create a test-case for HIVE-5817. Query:
{code}
set hive.vectorized.execution.enabled=true;
create table store(s_store_sk int, s_city string)
stored as orc;
insert overwrite table store
select cint, cstring1
from alltypesorc
where cint not in (
-3728, -563, 762, 6981, 253665376, 528534767, 626923679);
{code}

Exception stack trace :
{code}
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
        at org.apache.hadoop.hive.ql.exec.vector.expressions.SelectColumnIsFalse.evaluate(SelectColumnIsFalse.java:48)
        at org.apache.hadoop.hive.ql.exec.vector.VectorFilterOperator.processOp(VectorFilterOperator.java:91)
        at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:489)
        at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:827)
        at org.apache.hadoop.hive.ql.exec.TableScanOperator.processOp(TableScanOperator.java:91)
        at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:489)
        at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:827)
        at org.apache.hadoop.hive.ql.exec.vector.VectorMapOperator.process(VectorMapOperator.java:43)
{code}

> Insert queries in ORC fails with vectorization on
> -------------------------------------------------
>
>                 Key: HIVE-5896
>                 URL: https://issues.apache.org/jira/browse/HIVE-5896
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ashutosh Chauhan
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)