-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22217/
-----------------------------------------------------------
(Updated June 4, 2014, 5:42 p.m.)
Review request for drill.
Changes
-------
Update patch and is depend on DRILL-748 and DRILL-875.
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 (updated)
-----
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 (updated)
-------
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