GitHub user alexjbush opened a pull request:
https://github.com/apache/zeppelin/pull/3094
[ZEPPELIN-3656] Fix for completion with Livy interpreter
### What is this PR for?
Fix for NullPointerException when using code completion in the Livy
Interpreter when Shared Interpreter is enabled.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[ZEPPELIN-3656](https://issues.apache.org/jira/browse/ZEPPELIN-3656)
### How should this be tested?
Run Livy Interpreter in an environment where Shared Interpreter is enabled
and attempt to trigger code completions.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alexjbush/zeppelin ZEPPELIN-3656
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3094.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 #3094
----
commit 32aa7c5670399325308fa31575ae95963d053372
Author: Alex Bush <alex.bush@...>
Date: 2018-07-24T14:44:03Z
[ZEPPELIN-3656] Fix for completion with Livy interpreter
----
---