[
https://issues.apache.org/jira/browse/TAJO-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14052055#comment-14052055
]
ASF GitHub Bot commented on TAJO-905:
-------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/57
TAJO-905: When to_date() parses some date without day, the result will b...
...e wrong.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-905
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
commit 48b339af48b40c0dcbb687a2cf609e4f14db91ae
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-04T00:46:13Z
TAJO-905: When to_date() parses some date without day, the result will be
wrong.
----
> 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)