[ https://issues.apache.org/jira/browse/HIVE-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashish Thusoo updated HIVE-164: ------------------------------- Fix Version/s: 0.4.0 Affects Version/s: 0.4.0 Status: Patch Available (was: Open) Moving to submit patch state. > Support CASE statement using GenericUDF > --------------------------------------- > > Key: HIVE-164 > URL: https://issues.apache.org/jira/browse/HIVE-164 > Project: Hadoop Hive > Issue Type: New Feature > Components: Query Processor > Affects Versions: 0.4.0 > Reporter: Zheng Shao > Assignee: Zheng Shao > Fix For: 0.4.0 > > Attachments: HIVE-164.4.patch, HIVE-164.5.patch, > HIVE-164.6.code-only.patch, HIVE-164.6.patch, HIVE-164.7.code-only.patch, > HIVE-164.7.patch > > > See http://dev.mysql.com/doc/refman/5.0/en/control-flow-functions.html for > details. > Syntax: > {code} > CASE value WHEN [compare_value] THEN result [WHEN [compare_value] THEN result > ...] [<ELSE result] END > CASE WHEN [condition] THEN result [WHEN [condition] THEN result ...] [ELSE > result] END > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.