GitHub user tinkoff-dwh opened a pull request:
https://github.com/apache/zeppelin/pull/2691
[FIX] fix autocomplete
### What is this PR for?
After refactoring of Interpreter autocomplete (from server side) not works
without first Run of interpreter.
This PR fix it.
### What type of PR is it?
[Fix]
### How should this be tested?
* Create new Note (JDBC interpreter), try to use autocomplete (schema,
tables)
### 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/tinkoff-dwh/zeppelin fix_autocomplete
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2691.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 #2691
----
commit 141dff58431883386a111a94f0af09df6f2ee7e4
Author: tinkoff-dwh <[email protected]>
Date: 2017-11-28T12:10:04Z
[FIX] fix autocomplete
----
---