[
https://issues.apache.org/jira/browse/TAJO-844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019119#comment-14019119
]
ASF GitHub Bot commented on TAJO-844:
-------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/19#issuecomment-45262380
My timezone is PDT. There is no TZ environment. In this environment, I
faced some unit test failure as follows:
Result:
```
Results :
Failed tests:
testSortWithDate(org.apache.tajo.engine.query.TestSortQuery): Result
Verification expected:<...(..)
```
expected:
```
col1,col2,col3
-------------------------------
1993-11-09 20:34:56.0,1997-01-28,08:34:56
1995-11-09 20:34:56.0,1993-11-09,20:34:56
1995-11-09 20:34:56.0,1994-02-02,17:34:56
1997-11-09 20:34:56.0,1996-03-13,19:34:56
1997-11-09 20:34:56.0,1996-04-12,15:34:56
```
Actual:
```
col1,col2,col3
-------------------------------
1993-11-09 20:34:56,1997-01-28,08:34:56
1995-11-09 20:34:56,1993-11-09,20:34:56
1995-11-09 20:34:56,1994-02-02,17:34:56
1997-11-09 20:34:56,1996-03-13,19:34:56
1997-11-09 20:34:56,1996-04-12,15:34:56
```
> JDBC should be support getTime, getDate, getTimestamp
> -----------------------------------------------------
>
> Key: TAJO-844
> URL: https://issues.apache.org/jira/browse/TAJO-844
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Trivial
>
> Currently Tajo JDBC not support getTime, getTimestamp. And after TAJO-825
> getDate() return wrong result.
--
This message was sent by Atlassian JIRA
(v6.2#6252)