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

Michael Armbrust resolved SPARK-5296.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Predicate Pushdown (BaseRelation) to have an interface that will accept more 
> filters
> ------------------------------------------------------------------------------------
>
>                 Key: SPARK-5296
>                 URL: https://issues.apache.org/jira/browse/SPARK-5296
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Corey J. Nolet
>            Assignee: Cheng Lian
>            Priority: Critical
>             Fix For: 1.3.0
>
>
> Currently, the BaseRelation API allows a FilteredRelation to handle an 
> Array[Filter] which represents filter expressions that are applied as an AND 
> operator.
> We should support OR operations in a BaseRelation as well. I'm not sure what 
> this would look like in terms of API changes, but it almost seems like a 
> FilteredUnionedScan BaseRelation (the name stinks but you get the idea) would 
> be useful.



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

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

Reply via email to