GitHub user rdblue opened a pull request:

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

    [SPARK-24252][SQL] Add DataSourceV2 mix-in for catalog support.

    ## What changes were proposed in this pull request?
    
    This adds a mix-in to `DataSourceV2` that allows implementations to support 
catalog operations: create table, drop table, and alter table.
    
    ## How was this patch tested?
    
    Work in progress. This is for discussion right now.

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

    $ git pull https://github.com/rdblue/spark 
SPARK-24252-add-datasource-v2-catalog

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

    https://github.com/apache/spark/pull/21306.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 #21306
    
----
commit 34f91c58ca23b81a7ee6f9270f30001e8885733e
Author: Ryan Blue <blue@...>
Date:   2018-05-05T01:13:01Z

    SPARK-24252: Add v2 data source mix-in for catalog support.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to