You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Lefty Leverenz (JIRA)" <ji...@apache.org> on 2016/07/07 21:03:11 UTC

[jira] [Commented] (HIVE-13924) (Vectorization) Error evaluating ((bool0 and (not bool1)) or (bool1 and (not bool0)))

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

Lefty Leverenz commented on HIVE-13924:
---------------------------------------

Reverted by HIVE-14182.

> (Vectorization) Error evaluating ((bool0 and (not bool1)) or (bool1 and (not bool0)))
> -------------------------------------------------------------------------------------
>
>                 Key: HIVE-13924
>                 URL: https://issues.apache.org/jira/browse/HIVE-13924
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 2.1.0, 2.2.0
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>             Fix For: 2.1.0, 2.2.0
>
>         Attachments: HIVE-13924.01.patch
>
>
> Scratch column(s) in child expressions shouldn't be returned to the pool for PROJECTION.
> Problem introduced with HIVE-13084.
> Symptom:
> {code}
> Caused by: java.lang.IllegalStateException
> at com.google.common.base.Preconditions.checkState(Preconditions.java:133)
>         at org.apache.hadoop.hive.ql.exec.vector.expressions.ColOrCol.evaluate(ColOrCol.java:544)
> {code}



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