[
https://issues.apache.org/jira/browse/TAJO-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14009838#comment-14009838
]
ASF GitHub Bot commented on TAJO-851:
-------------------------------------
GitHub user babokim opened a pull request:
https://github.com/apache/tajo/pull/23
TAJO-851: Timestamp type test of TestSQLExpression::testCastFromTable fa...
...ils in jenkins CI test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/babokim/tajo TAJO-851
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/23.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 #23
----
commit 140e577b5a8ecc6fcfc2c71c56f66aa92d247637
Author: 김형준 <[email protected]>
Date: 2014-05-27T16:03:11Z
TAJO-851: Timestamp type test of TestSQLExpression::testCastFromTable fails
in jenkins CI test
----
> Timestamp type test of TestSQLExpression::testCastFromTable fails in jenkins
> CI test
> ------------------------------------------------------------------------------------
>
> Key: TAJO-851
> URL: https://issues.apache.org/jira/browse/TAJO-851
> Project: Tajo
> Issue Type: Bug
> Components: data type
> Reporter: Hyunsik Choi
> Assignee: Hyoungjun Kim
> Priority: Minor
> Fix For: 0.9.0
>
>
> Please take a look at the build log:
> https://builds.apache.org/job/Tajo-master-build/223/console
> {noformat}
> Failed tests:
> testCastFromTable(org.apache.tajo.engine.eval.TestSQLExpression): select
> col1::timestamp as t1, col2::float from table1 where t1 = '1980-04-01
> 01:50:01'::timestamp expected:<1980-0[3-31 16]:50:01> but was:<1980-0[4-01
> 01]:50:01>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)