GitHub user jongyoul opened a pull request:

    https://github.com/apache/zeppelin/pull/1945

    [ZEPPELIN-2003] Remove PostgresqlInterpreter

    ### What is this PR for?
    We don't have to maintain PostgresqlInterpreter because JDBCInterpreter 
covers all functions of PostgresqlInterpreter. It reduces maintenance costs.
    
    ### What type of PR is it?
    [Feature]
    
    ### Todos
    * [x] - Remove files and lines related to PostgresqlInterpreter
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-2003
    
    ### How should this be tested?
    N/A
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? Yes
    * Does this needs documentation? Yes, but already documented in jdbc docs


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jongyoul/zeppelin ZEPPELIN-2003

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

    https://github.com/apache/zeppelin/pull/1945.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 #1945
    
----
commit 98a106e05c65f626deff6e1cf907803d9cd5e34c
Author: Jongyoul Lee <[email protected]>
Date:   2017-01-25T07:25:31Z

    Removed whole packages about Postgresql

commit bfd70ef4c08144645abfc1d9fb17ffcddfd69da1
Author: Jongyoul Lee <[email protected]>
Date:   2017-01-25T07:32:20Z

    Removed Postgresql from docs and configurations

----


---
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