[
https://issues.apache.org/jira/browse/TAJO-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985691#comment-13985691
]
Hudson commented on TAJO-790:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #211 (See
[https://builds.apache.org/job/Tajo-master-build/211/])
TAJO-790: Implements ADD_MONTHS() function. (Hyoungjun Kim via hyunsik)
(hyunsik: rev 1a430fae5a73f8b5df7fb225e001263379a695fb)
*
tajo-core/src/test/java/org/apache/tajo/engine/function/TestDateTimeFunctions.java
*
tajo-core/src/main/java/org/apache/tajo/engine/function/datetime/AddMonths.java
* CHANGES
> 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
> Fix For: 0.9.0
>
> 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)