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

Apache Spark reassigned SPARK-34538:
------------------------------------

    Assignee:     (was: Apache Spark)

> Hive Metastore support filter by not-in
> ---------------------------------------
>
>                 Key: SPARK-34538
>                 URL: https://issues.apache.org/jira/browse/SPARK-34538
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: ulysses you
>            Priority: Minor
>
> `NOT IN` is a useful condition to prune partition, it would be better to 
> support it. Technically, we can convert `c not in(x,y)` to `c != x and c != 
> y`, then push it to metastore.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to