You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by hyunsik <gi...@git.apache.org> on 2014/06/05 21:20:30 UTC

[GitHub] tajo pull request: TAJO-844: JDBC should be support getTime, getDa...

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
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---