[GitHub] spark pull request #14154: [SPARK-16497][SQL] Don't throw an exception if dr...

2016-07-14 Thread lianhuiwang
Github user lianhuiwang closed the pull request at:

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


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



[GitHub] spark pull request #14154: [SPARK-16497][SQL] Don't throw an exception if dr...

2016-07-12 Thread lianhuiwang
GitHub user lianhuiwang opened a pull request:

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

[SPARK-16497][SQL] Don't throw an exception if drop non-existent 
TABLE/VIEW/Function/Partitions

## What changes were proposed in this pull request?
from 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.exec.drop.ignorenonexistent,
 Hive use 'hive.exec.drop.ignorenonexistent'(default=true) to do not report an 
error if DROP TABLE/VIEW/PARTITION/INDEX/TEMPORARY FUNCTION specifies a 
non-existent table/view. So SparkSQL also should support it.

## How was this patch tested?
add unit tests.


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

$ git pull https://github.com/lianhuiwang/spark drop-ignorenonexist

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

https://github.com/apache/spark/pull/14154.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 #14154


commit 25bd4b8fad66784aec7235ddfea5c4dee1450d11
Author: Lianhui Wang 
Date:   2016-07-11T14:43:37Z

init commit

commit 6eb9e8e916cea391aff0d07a85781e77121ce9b9
Author: Lianhui Wang 
Date:   2016-07-12T13:39:29Z

update




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