[ 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