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

Andrew Or resolved SPARK-14684.
-------------------------------
          Resolution: Fixed
       Fix Version/s: 2.0.0
    Target Version/s: 2.0.0

> Verification of partition specs in SessionCatalog
> -------------------------------------------------
>
>                 Key: SPARK-14684
>                 URL: https://issues.apache.org/jira/browse/SPARK-14684
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>            Assignee: Xiao Li
>             Fix For: 2.0.0
>
>
> When attempting to drop partitions of a table, if the user provides an 
> unknown column, Hive will drop all the partitions of the table, which is 
> likely not intended. E.g.
> {code}
> ALTER TABLE my_tab DROP PARTITION (ds='2008-04-09', unknownCol='12')
> {code}
> We should verify that the columns provided in the specs are actually 
> partitioned columns.



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