Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7F0C7200D15 for ; Thu, 5 Oct 2017 23:02:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7DB871609E2; Thu, 5 Oct 2017 21:02:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BA93B1609D2 for ; Thu, 5 Oct 2017 23:02:36 +0200 (CEST) Received: (qmail 720 invoked by uid 500); 5 Oct 2017 21:02:35 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 704 invoked by uid 99); 5 Oct 2017 21:02:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2017 21:02:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 592B0F574A; Thu, 5 Oct 2017 21:02:35 +0000 (UTC) From: ppadma To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill issue #974: DRILL-5839: Handle Empty Batches in Merge Receiver Content-Type: text/plain Message-Id: <20171005210235.592B0F574A@git1-us-west.apache.org> Date: Thu, 5 Oct 2017 21:02:35 +0000 (UTC) archived-at: Thu, 05 Oct 2017 21:02:37 -0000 Github user ppadma commented on the issue: https://github.com/apache/drill/pull/974 @paul-rogers Thank you Paul. I made the change and pushed the new diffs. ---