-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20876/
-----------------------------------------------------------
Review request for Tajo.
Bugs: TAJO-790
https://issues.apache.org/jira/browse/TAJO-790
Repository: tajo
Description
-------
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}
Diffs
-----
tajo-core/src/main/java/org/apache/tajo/engine/function/datetime/AddMonths.java
PRE-CREATION
tajo-core/src/test/java/org/apache/tajo/engine/function/TestDateTimeFunctions.java
8641548
Diff: https://reviews.apache.org/r/20876/diff/
Testing
-------
mvn clean install;
And tested in local cluster
Thanks,
hyoungjun kim