GitHub user yhuai opened a pull request:

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

    [WIP][SPARK-4912][SQL] Persistent tables for the Spark SQL data sources api

    This one subsumes #3752. It current contains changes made in #3431. Will 
clean it up once #3431 is in.

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

    $ git pull https://github.com/yhuai/spark persistantTablesWithSchema2

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

    https://github.com/apache/spark/pull/3960.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 #3960
    
----
commit d7da491713a83f25de5c07639de7985a96c801a6
Author: Michael Armbrust <[email protected]>
Date:   2014-12-20T20:45:28Z

    First draft of persistent tables.

commit 6edc71026c4a10cce338adaa7b807fef0ee2857b
Author: Michael Armbrust <[email protected]>
Date:   2014-12-20T21:03:59Z

    Add tests.

commit 1ea6e7bbf04c04f7c51884ca0ec819cddfaac10b
Author: Michael Armbrust <[email protected]>
Date:   2014-12-21T22:23:34Z

    Don't fail when trying to uncache a table that doesn't exist

commit c00bb1bf25b8f9875fc3e8b58d007d67496f1b2f
Author: Michael Armbrust <[email protected]>
Date:   2014-12-22T19:05:46Z

    Don't use reflection to read options

commit 2b5972353a47ca1577a0ddcd3aab5c9dbd1d10d4
Author: Michael Armbrust <[email protected]>
Date:   2014-12-22T19:08:13Z

    Set external when creating tables

commit 8f8f1a167360bfab3198b086d4608f5b3517f249
Author: Yin Huai <[email protected]>
Date:   2015-01-08T00:53:02Z

    [SPARK-4574][SQL] Adding support for defining schema in foreign DDL 
commands. #3431

commit f47fda1f5e34dd73d7e5db9949eceb21cdd1ce89
Author: Yin Huai <[email protected]>
Date:   2015-01-08T01:58:00Z

    Unit tests.

commit 49bf1acc700d454f894edf55cd8fa88aee4d63da
Author: Yin Huai <[email protected]>
Date:   2015-01-08T01:58:00Z

    Unit tests.

----


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