spark git commit: [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tables

2016-06-14 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 83aa17d44 -> 515937046 [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tables What changes were proposed in this pull request? To uncache a table, we have three different ways: - _SQL interface_: `UNCACHE TA

spark git commit: [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tables

2016-06-14 Thread wenchen
Repository: spark Updated Branches: refs/heads/master c5b735581 -> df4ea6614 [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tables What changes were proposed in this pull request? To uncache a table, we have three different ways: - _SQL interface_: `UNCACHE TABLE`