[
https://issues.apache.org/jira/browse/TAJO-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985195#comment-13985195
]
Hyunsik Choi commented on TAJO-790:
-----------------------------------
+1
The patch looks good to me. Thanks!
> 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)