[
https://issues.apache.org/jira/browse/DRILL-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15716670#comment-15716670
]
ASF GitHub Bot commented on DRILL-5091:
---------------------------------------
GitHub user paul-rogers opened a pull request:
https://github.com/apache/drill/pull/676
Drill 5091: JDBC unit test fails to set up test storage plugin config on
Java 8
Two parts: hygiene and the bug fixes.
Hygiene just cleans up nuisance compiler warnings seen in Eclipse.
The second commit fixes the actual problems as detailed in DRILL-5091:
* Missing test config parameter
* Handle new Java 8 JDBC functions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paul-rogers/drill DRILL-5091
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/676.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 #676
----
commit 234fab6bd18fcd2d3930598dd8a58187ae1feb2c
Author: Paul Rogers <[email protected]>
Date: 2016-12-02T22:02:03Z
DRILL-5091: Hygiene
Cleans up compiler warnings seen in Eclipse.
commit 39688202434fb450124a52a3d73c45f0a5c39893
Author: Paul Rogers <[email protected]>
Date: 2016-12-02T22:02:31Z
DRILL-5091: JDBC unit test fails to set up test storage plugin config on
Java 8
Fixes the two issues described in DRILL-5091:
* Missing test config parameter
* Handle new Java 8 JDBC functions
----
> JDBC unit test fails to set up test storage plugin config 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
>
> 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)