GitHub user andrewor14 opened a pull request:

    https://github.com/apache/spark/pull/11526

    [SPARK-13685] [SQL] Rename catalog.Catalog to ExternalCatalog

    ## What changes were proposed in this pull request?
    
    Today we have `analysis.Catalog` and `catalog.Catalog`. In the future the 
former will call the latter. When that happens, if both of them are still 
called `Catalog` it will be very confusing. This patch renames the latter 
`ExternalCatalog` because it is expected to talk to external systems.
    
    ## How was this patch tested?
    
    Jenkins.

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

    $ git pull https://github.com/andrewor14/spark rename-catalog

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

    https://github.com/apache/spark/pull/11526.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 #11526
    
----
commit aca0b8e8a1709ad3509d3035d66b5922e541144d
Author: Andrew Or <[email protected]>
Date:   2016-03-04T21:19:11Z

    Rename it

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to