GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/zeppelin/pull/2885
[ZEPPELIN-3001] Disable ace editor code completion when backend interpreter
support completion
### What is this PR for?
This is what I see in zeppelin and jupyter. The difference is due to
zeppelin also add code completion of ace editor. I think code completion of ace
editor should only be enabled when the backend interpreter doesn't support
completion.
### What type of PR is it?
[Bug Fix]
### What is the Jira issue?
* [ZEPPELIN-3001](https://issues.apache.org/jira/browse/ZEPPELIN-3001)
### Questions:
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3001
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2885.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 #2885
----
commit adaabcbf922eb2ab2476b4209e0e29b97fb4229d
Author: Prabhjyot Singh <prabhjyotsingh@...>
Date: 2018-03-20T10:48:44Z
ZEPPELIN-3001: Disable ace editor code completion when back-end interpreter
support completion
Change-Id: I315ff17c6f50ad3ad912a38366833823e5241574
commit 34b7f61848bd991097f390d7068c22255f9b8606
Author: Prabhjyot Singh <prabhjyotsingh@...>
Date: 2018-03-21T11:59:31Z
get completionSupport from interpreter (backend)
Change-Id: Id03ba92143dfe4743e7c7b66c92ef4263df4d569
----
---