Github user mebelousov commented on the issue:
https://github.com/apache/zeppelin/pull/2972
Hi @anirbanch !
I have adopted PR to branch 0.8 and have created patch (can be founded in
linked JIRA issue).
You can apply patch and build jars.
On your risks you can
1. Replace next files (from linked JIRA issue)
$ZEPPELIN_HOME/interpreter/jdbc/zeppelin-jdbc-0.8.1-SNAPSHOT.jar
$ZEPPELIN_HOME/interpreter/jdbc/postgresql-native-driver-sql.keywords
$ZEPPELIN_HOME/lib/interpreter/zeppelin-interpreter-0.8.1-SNAPSHOT.jar
2. Set "completionSupport" to false in
$ZEPPELIN_HOME/interpreter/jdbc/interpreter-setting.json
also you can add `"completionKey": "TAB"` to editor key
3. Run Zeppelin.
---