You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Xiao Meng (JIRA)" <ji...@apache.org> on 2014/06/03 04:28:01 UTC

[jira] [Commented] (DRILL-748) C++ Client. Support timestamp/date before unix time and handle y2028 problem

    [ https://issues.apache.org/jira/browse/DRILL-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14016150#comment-14016150 ] 

Xiao Meng commented on DRILL-748:
---------------------------------

Review Board Link: https://reviews.apache.org/r/22172/

> C++ Client. Support timestamp/date before unix time and handle y2028 problem
> ----------------------------------------------------------------------------
>
>                 Key: DRILL-748
>                 URL: https://issues.apache.org/jira/browse/DRILL-748
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - C++
>            Reporter: Xiao Meng
>            Assignee: Xiao Meng
>              Labels: C++, client
>         Attachments: DRILL-748.1.patch.txt
>
>
> Query like:
> {code}
> show files in dfs.`/tmp`
> {code}
> will fail because the timestamp value ’1968-12-31 16:00:00'
> The C++ Drill Client use uint64_t to store the time, any timestamp before unix time “1970-1-1 00:00:00” will fail.



--
This message was sent by Atlassian JIRA
(v6.2#6252)