[
https://issues.apache.org/jira/browse/TAJO-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053351#comment-14053351
]
Hudson commented on TAJO-905:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #277 (See
[https://builds.apache.org/job/Tajo-master-build/277/])
TAJO-905: When to_date() parses some date without day, the result will be
wrong. (hyunsik) (hyunsik: rev d84d5ca59dc0cd3ad86cad6b9ec31681b8249e9f)
* tajo-common/src/main/java/org/apache/tajo/util/datetime/DateTimeFormat.java
* CHANGES
*
tajo-core/src/test/java/org/apache/tajo/engine/function/TestDateTimeFunctions.java
> When to_date() parses some date without day, the result will be wrong.
> ----------------------------------------------------------------------
>
> Key: TAJO-905
> URL: https://issues.apache.org/jira/browse/TAJO-905
> Project: Tajo
> Issue Type: Bug
> Components: function/udf
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.9.0
>
>
> The reproduction code is as follows:
> {code}
> SELECT to_date('201404', 'yyyymm');
> > 2014-03-31
> {code}
> The correct result should be 2014-04-01.
--
This message was sent by Atlassian JIRA
(v6.2#6252)