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

Michael Armbrust updated SPARK-3839:
------------------------------------
    Target Version/s: 1.4.0  (was: 1.3.0)

> Reimplement HashOuterJoin to construct hash table of only one relation
> ----------------------------------------------------------------------
>
>                 Key: SPARK-3839
>                 URL: https://issues.apache.org/jira/browse/SPARK-3839
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.1.0
>            Reporter: Liquan Pei
>            Assignee: Liquan Pei
>
> Currently, in HashOuterJoin, we build hash tables for both relations, 
> however, in left/right outer join, we only need to build hash table for one 
> relation. For example, for left hash join, we build a hash table for the 
> right relation and stream the left relation. 



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

Reply via email to