[ https://issues.apache.org/jira/browse/DRILL-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179613#comment-14179613 ]
Parth Chandra commented on DRILL-1566: -------------------------------------- Review board: https://reviews.apache.org/r/27019/ > C++Client does not handle incoming record batches with zero records > ------------------------------------------------------------------- > > Key: DRILL-1566 > URL: https://issues.apache.org/jira/browse/DRILL-1566 > Project: Apache Drill > Issue Type: Bug > Components: Client - C++ > Reporter: Parth Chandra > Assignee: Parth Chandra > Attachments: DRILL-1566-1.patch > > > A simple query like 'select * from cp.`tpch/lineitem.parquet` where > L_ORDERKEY=0 will result in a record batchsent back from the server with only > the schema information set correctly. The C++ client still tries to go ahead > and build the record batch and the building of value vectors asserts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)