GitHub user gatorsmile opened a pull request:

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

    [SPARK-14362][SPARK-14406][SQL][Follow-up] DDL Native Support: Drop View 
and Drop Table

    #### What changes were proposed in this pull request?
    This PR is to remove the function `isViewSupported` from `SessionCatalog`. 
After the removal, we still can capture the user errors if users try to drop a 
table using `DROP VIEW`. 
    
    #### How was this patch tested?
    Modified the existing test cases

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

    $ git pull https://github.com/gatorsmile/spark followupDropTable

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

    https://github.com/apache/spark/pull/12284.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 #12284
    
----
commit 434e077683a22cb35f87009a9d486bbfc9fe4159
Author: gatorsmile <gatorsm...@gmail.com>
Date:   2016-04-10T06:08:16Z

    remove isViewSupport

commit c2627251dabb269a7ffffa727c73d400930b97b8
Author: gatorsmile <gatorsm...@gmail.com>
Date:   2016-04-10T06:12:10Z

    update the comment

commit 0e11331a6715d02c4dd167abf6bdde365e2c044a
Author: gatorsmile <gatorsm...@gmail.com>
Date:   2016-04-10T06:15:45Z

    remove an empty line

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to