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

Zhongshuai Pei updated SPARK-7824:
----------------------------------
    Description: 
SQL:
{noformat}
select * from tableA join tableB on (a > 3 and b = d) or (a > 3 and b = e)
{noformat}

Plan before 

> Extracting 'and/or' condition optimizer and put it before  
> PushPredicateThroughJoin to push down the single side.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-7824
>                 URL: https://issues.apache.org/jira/browse/SPARK-7824
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.3.1
>            Reporter: Zhongshuai Pei
>
> SQL:
> {noformat}
> select * from tableA join tableB on (a > 3 and b = d) or (a > 3 and b = e)
> {noformat}
> Plan before 



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