----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27019/ -----------------------------------------------------------
(Updated Oct. 28, 2014, 9:22 p.m.) Review request for drill and Mehant Baid. Summary (updated) ----------------- DRILL-1566 C++Client does not handle incoming record batches with zero records Repository: drill-git Description ------- Client may get record batches that contain no rows. The c++ client still tried to build the value vectors without checking if there were no rows and the code would assert. Diffs ----- contrib/native/client/example/querySubmitter.cpp 040f9d7 contrib/native/client/src/clientlib/drillClientImpl.cpp 2f27b48 contrib/native/client/src/clientlib/recordBatch.cpp dfa12fd contrib/native/client/src/include/drill/recordBatch.hpp de65202 Diff: https://reviews.apache.org/r/27019/diff/ Testing ------- Build and tested a query with zero records returned on Windows/Linux/Mac Thanks, Parth Chandra
