GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/1108
DRILL-6130: Fix NPE during physical plan submission for various storage
plugins
1. Fixed ser / de issues for Hive, Kafka, Hbase plugins.
2. Added physical plan submission unit test for all storage plugins in
contrib module.
3. Refactoring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-6130
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1108.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 #1108
----
commit aabd11cc327100d248b22b72d9696d8911545d75
Author: Arina Ielchiieva <arina.yelchiyeva@...>
Date: 2018-02-01T17:44:43Z
DRILL-6130: Fix NPE during physical plan submission for various storage
plugins
1. Fixed ser / de issues for Hive, Kafka, Hbase plugins.
2. Added physical plan submission unit test for all storage plugins in
contrib module.
3. Refactoring.
----
---