N Campbell created HIVE-5530:
--------------------------------
Summary: null pointer exception when case returns null
Key: HIVE-5530
URL: https://issues.apache.org/jira/browse/HIVE-5530
Project: Hive
Issue Type: Bug
Components: SQL
Affects Versions: 0.11.0
Reporter: N Campbell
Priority: MinorThe following expression will cause an NPE select case when 1 = 1 then null end from t -- This message was sent by Atlassian JIRA (v6.1#6144)
