[ 
https://issues.apache.org/jira/browse/SPARK-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or resolved SPARK-15277.
-------------------------------
          Resolution: Fixed
            Assignee: Xiao Li
       Fix Version/s: 2.0.0
    Target Version/s: 2.0.0

> Checking Partition Spec Existence Before Dropping
> -------------------------------------------------
>
>                 Key: SPARK-15277
>                 URL: https://issues.apache.org/jira/browse/SPARK-15277
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>            Assignee: Xiao Li
>             Fix For: 2.0.0
>
>
> Now, we start dropping the partition before completing checking the existence 
> of all the partition specs. If one partition spec does not exist, we just 
> stop processing the command. Some partitions might not be dropped but some 
> partitions have been dropped. We should check the existence at first before 
> dropping any partition. 
> If any failure happened after we start to drop the partitions, we should log 
> an error message to indicate which partitions have been dropped and which 
> partitions have not been dropped.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to