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 9C300200BFA for ; Thu, 8 Dec 2016 02:07:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9B253160B2B; Thu, 8 Dec 2016 01:07:00 +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 E46CD160B32 for ; Thu, 8 Dec 2016 02:06:59 +0100 (CET) Received: (qmail 17401 invoked by uid 500); 8 Dec 2016 01:06:59 -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 17314 invoked by uid 99); 8 Dec 2016 01:06:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2016 01:06:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B047D2C03ED for ; Thu, 8 Dec 2016 01:06:58 +0000 (UTC) Date: Thu, 8 Dec 2016 01:06:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-5091) JDBC unit test fail on Java 8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Dec 2016 01:07:00 -0000 [ https://issues.apache.org/jira/browse/DRILL-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15730661#comment-15730661 ] ASF GitHub Bot commented on DRILL-5091: --------------------------------------- Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/676#discussion_r91423240 --- Diff: exec/jdbc/src/test/java/org/apache/drill/jdbc/test/Drill2769UnsupportedReportsUseSqlExceptionTest.java --- @@ -280,6 +280,10 @@ else if (NullPointerException.class == cause.getClass() // code implements them. successLinesBuf.append(resultLine); } + else if (isOkaySpecialCaseException(method, cause)) { + successLinesBuf.append(resultLine); + } + --- End diff -- remove extra line > JDBC unit test fail on Java 8 > ----------------------------- > > Key: DRILL-5091 > URL: https://issues.apache.org/jira/browse/DRILL-5091 > Project: Apache Drill > Issue Type: Bug > Affects Versions: 1.8.0 > Environment: Java 8 > Reporter: Paul Rogers > Assignee: Paul Rogers > > Run the {{TestJDBCQuery}} unit tests. They will fail with errors relating to the default name space. > The problem is due to a failure (that is ignored, DRILL-5090) to set up the test DFS name space. > The "dfs_test" storage plugin is not found in the plugin registry, resulting in a null object and NPE. -- This message was sent by Atlassian JIRA (v6.3.4#6332)