[
https://issues.apache.org/jira/browse/HIVE-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001988#comment-14001988
]
Alan Gates commented on HIVE-5810:
----------------------------------
I believe Hive UDFs can accept different arguments. I wasn't suggesting
changing support for the current arguments, as I agree you wouldn't want to
break backwards compatibility. But couldn't you modify it to also accept the
new arguments rather than adding a new UDF?
> create a function add_date as exists in mysql
> ------------------------------------------------
>
> Key: HIVE-5810
> URL: https://issues.apache.org/jira/browse/HIVE-5810
> Project: Hive
> Issue Type: Improvement
> Reporter: Anandha L Ranganathan
> Assignee: Anandha L Ranganathan
> Attachments: HIVE-5810.2.patch, HIVE-5810.patch
>
> Original Estimate: 40h
> Remaining Estimate: 40h
>
> MySQL has ADDDATE(date,INTERVAL expr unit).
> Similarly in Hive we can have (date,unit,expr).
> Here Unit is DAY/Month/Year
> For example,
> add_date('2013-11-09','DAY',2) will return 2013-11-11.
> add_date('2013-11-09','Month',2) will return 2014-01-09.
> add_date('2013-11-09','Year',2) will return 2014-11-11.
--
This message was sent by Atlassian JIRA
(v6.2#6252)