[
https://issues.apache.org/jira/browse/HIVE-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655484#action_12655484
]
Ashish Thusoo commented on HIVE-161:
------------------------------------
The problem seems to be in
ExprNodeFieldEvaluator.java
at line 96
where we are doing list.size() and not checking if list is null before getting
the size.
> for list column x that is sometimes null, select x.y will cause a
> nullpointerexception
> --------------------------------------------------------------------------------------
>
> Key: HIVE-161
> URL: https://issues.apache.org/jira/browse/HIVE-161
> Project: Hadoop Hive
> Issue Type: Bug
> Reporter: Venky Iyer
> Assignee: Ashish Thusoo
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.