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/05/30 19:45:04 UTC

[jira] [Created] (DRILL-870) Support negative interval types in Drill C++ Client

Xiao Meng created DRILL-870:
-------------------------------

             Summary: Support negative interval types in Drill C++ Client
                 Key: DRILL-870
                 URL: https://issues.apache.org/jira/browse/DRILL-870
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - C++
            Reporter: Xiao Meng
            Assignee: Xiao Meng


C++ client need to support negative interval data types.

Here is a test query:

{code}
select cast(cast('P-1DT2H3M4S' as VARCHAR(32)) as interval second) from cp.`employee.json` limit 1
{code}



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