[jira] [Updated] (SPARK-13249) Filter null keys for inner join

2016-03-14 Thread Davies Liu (JIRA)

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

Davies Liu updated SPARK-13249:
---
Assignee: Sameer Agarwal

> Filter null keys for inner join
> ---
>
> Key: SPARK-13249
> URL: https://issues.apache.org/jira/browse/SPARK-13249
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Reporter: Davies Liu
>Assignee: Sameer Agarwal
>
> For inner join, the join key with null in it will not match each other, so we 
> could insert a Filter before inner join (could be pushed down), then we don't 
> need to check nullability of keys while joining.



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



[jira] [Updated] (SPARK-13249) Filter null keys for inner join

2016-02-22 Thread Michael Armbrust (JIRA)

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

Michael Armbrust updated SPARK-13249:
-
Shepherd: Michael Armbrust

> Filter null keys for inner join
> ---
>
> Key: SPARK-13249
> URL: https://issues.apache.org/jira/browse/SPARK-13249
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Reporter: Davies Liu
>
> For inner join, the join key with null in it will not match each other, so we 
> could insert a Filter before inner join (could be pushed down), then we don't 
> need to check nullability of keys while joining.



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



[jira] [Updated] (SPARK-13249) Filter null keys for inner join

2016-02-11 Thread Sean Owen (JIRA)

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

Sean Owen updated SPARK-13249:
--
Component/s: SQL

> Filter null keys for inner join
> ---
>
> Key: SPARK-13249
> URL: https://issues.apache.org/jira/browse/SPARK-13249
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Reporter: Davies Liu
>
> For inner join, the join key with null in it will not match each other, so we 
> could insert a Filter before inner join (could be pushed down), then we don't 
> need to check nullability of keys while joining.



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