[
https://issues.apache.org/jira/browse/TAJO-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985113#comment-13985113
]
Hyoungjun Kim commented on TAJO-790:
------------------------------------
I missed a minus case in the first patch. Please review with a second patch.
> Implements ADD_MONTHS() function
> --------------------------------
>
> Key: TAJO-790
> URL: https://issues.apache.org/jira/browse/TAJO-790
> Project: Tajo
> Issue Type: Sub-task
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Minor
> Attachments: TAJO-790.patch, TAJO-790_2.patch
>
>
> See title.
> {noformat}
> default> select add_months(to_date('2013-12-22'), 2);
> ?add_months
> -------------------------------
> 2014-02-22
> default> select add_months(to_date('2013-12-22'), -2);
> ?add_months
> -------------------------------
> 2013-10-22
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)