N Campbell created HIVE-5469:
--------------------------------
Summary: support nullif
Key: HIVE-5469
URL: https://issues.apache.org/jira/browse/HIVE-5469
Project: Hive
Issue Type: Improvement
Affects Versions: 0.11.0
Reporter: N Campbell
Priority: MinorHave to express case expression to work around lack of NULLIF select nullif(cint, 1) from tint select cint, case when cint = 1 then null else cint end from tint -- This message was sent by Atlassian JIRA (v6.1#6144)
