[ 
https://issues.apache.org/jira/browse/SPARK-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942413#comment-15942413
 ] 

Dongjoon Hyun edited comment on SPARK-14922 at 3/26/17 7:16 PM:
----------------------------------------------------------------

[~smilegator], [~hyukjin.kwon].
I will reopen this issue instead of SPARK-17732. This issue includes 
SPARK-17732 . When I created SPARK-17732, I mistakenly didn't notice this one. 
SPARK-17732 tried to add operators like '<', but eventually it turns out that 
we also need to support *expressions for values* in predicates.


was (Author: dongjoon):
[~smilegator], [~hyukjin.kwon].
I will reopen this issue instead of SPARK-17732. This issue includes 
SPARK-17732 . When I created SPARK-17732, I mistakenly didn't notice this one. 
SPARK-17732 tried to add operators like '<', but eventually it turns out that 
we need to support *expressions* in predicates.

> Alter Table Drop Partition Using Predicate-based Partition Spec
> ---------------------------------------------------------------
>
>                 Key: SPARK-14922
>                 URL: https://issues.apache.org/jira/browse/SPARK-14922
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>
> Below is allowed in Hive, but not allowed in Spark.
> {noformat}
> alter table ptestfilter drop partition (c='US', d<'2')
> {noformat}
> This example is copied from drop_partitions_filter.q



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to