You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Remus Rusanu (JIRA)" <ji...@apache.org> on 2013/10/12 15:30:42 UTC

[jira] [Updated] (HIVE-5526) NPE in ConstantVectorExpression.evaluate(vrg)

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

Remus Rusanu updated HIVE-5526:
-------------------------------

    Attachment: HIVE-5526.patch

Fix by removing the 'transient'

> NPE in ConstantVectorExpression.evaluate(vrg)
> ---------------------------------------------
>
>                 Key: HIVE-5526
>                 URL: https://issues.apache.org/jira/browse/HIVE-5526
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Remus Rusanu
>            Assignee: Remus Rusanu
>            Priority: Minor
>         Attachments: HIVE-5526.patch
>
>
> A query like select * from alltypesorc where 1=1 limit 10; triggers NPW at execution in ConstantVectorExpression.evaluate(vrg). this.type is null, is transient and doe snot make it across the compile/execution serialization.



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