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:02 UTC

[jira] [Updated] (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:all-tabpanel ]

Xiao Meng updated DRILL-748:
----------------------------

    Description: 
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.

Query for Test



  was:
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.


> 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: Sub-task
>          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.
> Query for Test



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