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 (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/16 23:18:11 UTC

[jira] [Resolved] (HIVE-1208) Bug with error "cannot find ObjectInspector for VOID"

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

Ashutosh Chauhan resolved HIVE-1208.
------------------------------------

    Resolution: Cannot Reproduce

This is no longer reproducible on trunk.
                
> Bug with error "cannot find ObjectInspector for VOID"
> -----------------------------------------------------
>
>                 Key: HIVE-1208
>                 URL: https://issues.apache.org/jira/browse/HIVE-1208
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>
> This happens when using constant "null", but not when using "CAST(null AS STRING)".
> {code}
> explain extended FROM 
> (select 1 as a, null as b
>  from zshao_tt
>  distribute by a) tmp
> SELECT transform(a, b)
> USING 'cat';
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira