Bug with error "cannot find ObjectInspector for VOID"
-----------------------------------------------------
Key: HIVE-1208
URL: https://issues.apache.org/jira/browse/HIVE-1208
Project: Hadoop 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.
-
You can reply to this email to add a comment to the issue online.