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)