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 3525D18140 for ; Wed, 18 Nov 2015 17:50:11 +0000 (UTC) Received: (qmail 38768 invoked by uid 500); 18 Nov 2015 17:50:11 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 38739 invoked by uid 500); 18 Nov 2015 17:50:11 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 38719 invoked by uid 99); 18 Nov 2015 17:50:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 17:50:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F26822C0453 for ; Wed, 18 Nov 2015 17:50:10 +0000 (UTC) Date: Wed, 18 Nov 2015 17:50:10 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-4015) Update DrillClient and JDBC driver to expose warnings provided via RPC layer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15011525#comment-15011525 ] ASF GitHub Bot commented on DRILL-4015: --------------------------------------- Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/263#discussion_r45233734 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentContext.java --- @@ -172,6 +174,14 @@ public FragmentContext(final DrillbitContext dbContext, final PlanFragment fragm stats = new FragmentStats(allocator, dbContext.getMetrics(), fragment.getAssignment()); bufferManager = new BufferManagerImpl(this.allocator); + warnings = new DrillWarningHelper (getFragIdString()); --- End diff -- QueryIdHelper.getFragmentId(getHandle()); > Update DrillClient and JDBC driver to expose warnings provided via RPC layer > ---------------------------------------------------------------------------- > > Key: DRILL-4015 > URL: https://issues.apache.org/jira/browse/DRILL-4015 > Project: Apache Drill > Issue Type: Sub-task > Components: Client - JDBC, Execution - RPC > Reporter: Jacques Nadeau > Assignee: Abhijit Pol > Fix For: 1.4.0 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)