-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22217/
-----------------------------------------------------------
(Updated June 4, 2014, 5:43 p.m.)
Review request for drill and Parth Chandra.
Bugs: DRILL-870
https://issues.apache.org/jira/browse/DRILL-870
Repository: drill-git
Description
-------
C++ client need to support negative interval data types.
Diffs
-----
contrib/native/client/src/clientlib/recordBatch.cpp 066b898
contrib/native/client/src/include/drill/recordBatch.hpp c40327b
Diff: https://reviews.apache.org/r/22217/diff/
Testing
-------
Test Query
```
./querySubmitter api=async type=sql connectStr=localhost:31010 query="select
cast(cast('P-1DT2H3M4S' as VARCHAR(32)) as interval second) from
INFROMATION_SCHEMA.SCHEMATA"
```
Thanks,
Xiao Meng