From dev-return-24061-apmail-drill-dev-archive=drill.apache.org@drill.apache.org Mon Sep 19 22:33:15 2016 Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FB5219AC1 for ; Mon, 19 Sep 2016 22:33:15 +0000 (UTC) Received: (qmail 85713 invoked by uid 500); 19 Sep 2016 22:33:14 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 85659 invoked by uid 500); 19 Sep 2016 22:33:14 -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 85648 invoked by uid 99); 19 Sep 2016 22:33:14 -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; Mon, 19 Sep 2016 22:33:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5DBB3E0105; Mon, 19 Sep 2016 22:33:14 +0000 (UTC) From: Ben-Zvi To: dev@drill.apache.org Reply-To: dev@drill.apache.org Message-ID: Subject: [GitHub] drill pull request #591: DRILL-3898 : Sort spill was modified to catch all e... Content-Type: text/plain Date: Mon, 19 Sep 2016 22:33:14 +0000 (UTC) GitHub user Ben-Zvi opened a pull request: https://github.com/apache/drill/pull/591 DRILL-3898 : Sort spill was modified to catch all errors, ignore rep… …eated errors while closing the new group and issue a more detailed error message. See PR history in #585 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ben-Zvi/drill DRILL-3898 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/591.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #591 ---- commit 48846355b42714925586b549eab11de62c365a5c Author: Boaz Ben-Zvi Date: 2016-09-09T23:36:03Z DRILL-3898 : Sort spill was modified to catch all errors, ignore repeated errors while closing the new group and issue a more detailed error message. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---