[ 
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.

  was:
Query like:
{code}
show files in dfs.`/tmp`
{code}


> timestamp before unix time crashed in Drill C++ Client on Windows Platform
> --------------------------------------------------------------------------
>
>                 Key: DRILL-748
>                 URL: https://issues.apache.org/jira/browse/DRILL-748
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - C++
>            Reporter: Xiao Meng
>
> 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)

Reply via email to