kylin-1.6.0 version 1. SQL: select part_dt, timestampadd(MONTH, 1, PART_DT) from KYLIN_SALES result: 2012-01-01, 2012-01-01 MONTH result not correct;
2. SQL: select part_dt, timestampadd(DAY, 1, PART_DT) from KYLIN_SALES result: 2012-01-01, 2012-01-02 DAY result corrcet I found that DAY, HOUR, MINUTE correct, but MONTH and YEAR not work. -- Sent from: http://apache-kylin.74782.x6.nabble.com/
