Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 67CEB17C38 for ; Wed, 22 Oct 2014 05:31:55 +0000 (UTC) Received: (qmail 8537 invoked by uid 500); 22 Oct 2014 05:31:55 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 8507 invoked by uid 500); 22 Oct 2014 05:31:55 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 8498 invoked by uid 99); 22 Oct 2014 05:31:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 05:31:55 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 22 Oct 2014 05:31:54 +0000 Received: (qmail 7909 invoked by uid 99); 22 Oct 2014 05:31:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 05:31:34 +0000 Date: Wed, 22 Oct 2014 05:31:33 +0000 (UTC) From: "Parth Chandra (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-1566) C++Client does not handle incoming record batches with zero records MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Parth Chandra created DRILL-1566: ------------------------------------ Summary: 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 Reporter: Parth Chandra Assignee: Parth Chandra 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)