[
https://issues.apache.org/jira/browse/TAJO-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14344581#comment-14344581
]
Hudson commented on TAJO-1366:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #232 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/232/])
TAJO-1366: The timestamp type conversion occasionally leads to wrong results.
(jihoon) (jihoonson: rev f884e59a9862bafb5f85524ba4a98cab6e43d403)
* tajo-common/src/test/java/org/apache/tajo/datum/TestTimestampDatum.java
* tajo-common/src/main/java/org/apache/tajo/util/datetime/DateTimeConstants.java
* CHANGES
> The timestamp type conversion occasionally leads to wrong results
> -----------------------------------------------------------------
>
> Key: TAJO-1366
> URL: https://issues.apache.org/jira/browse/TAJO-1366
> Project: Tajo
> Issue Type: Bug
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Attachments: TAJO-1366.patch
>
>
> See the title.
> Here is an example of the bug.
> {noformat}
> default> select 'Mon Nov 03 00:03:00 +0000 2014'::timestamp;
> ?cast
> -------------------------------
> 0001-10-31 09:03:00 BC
> (1 rows, 0.004 sec, 0 B selected)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)