GitHub user jongyoul reopened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/974

    ZEPPELIN-614 Part 1. Merge PostgresqlInterpreter's sql completer into JDBC 
Interpreter

    ### What is this PR for?
    Supporting Sql completer into JDBC Interpreter which is merged by the 
function of Postgresql Interpreter. And this is the first step to merge 
Postgresql into generic JDBC Interpreter
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [x] - Adopted the function of auto completion
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-614
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    <img width="1054" alt="screen shot 2016-06-08 at 3 00 54 pm" 
src="https://cloud.githubusercontent.com/assets/3612566/15884224/e241f6b4-2d89-11e6-9746-8c8951ef6708.png";>
    <img width="474" alt="screen shot 2016-06-08 at 2 45 50 pm" 
src="https://cloud.githubusercontent.com/assets/3612566/15884229/e7993e24-2d89-11e6-9f5b-018e6eac7f6a.png";>
    
    
    ### 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/jongyoul/incubator-zeppelin ZEPPELIN-614

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/974.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 #974
    
----
commit 6491cba0d319a7f520fae10c820a9d233d3e593c
Author: Jongyoul Lee <[email protected]>
Date:   2016-06-08T05:50:18Z

    Added auto completion from PostgresqlInterpreter

commit e49f73c3b03310351ba525d956d1c10de0185cf3
Author: Jongyoul Lee <[email protected]>
Date:   2016-06-08T05:54:54Z

    Updated original documentation

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to