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

Apache Spark reassigned SPARK-13422:
------------------------------------

    Assignee:     (was: Apache Spark)

> Use HashedRelation instead of HashSet in Left Semi Joins
> --------------------------------------------------------
>
>                 Key: SPARK-13422
>                 URL: https://issues.apache.org/jira/browse/SPARK-13422
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Herman van Hovell
>            Priority: Minor
>
> {{BroadcastLeftSemiJoinHash}} and {{LeftSemiJoinHash}} both use a {{HashSet}} 
> when not condition (besides the equality conditions) has been defined. We 
> should use the {{HashedRelation here}}, this is a more optimized 
> datastructure for the problem at hand and this reduces code complexity.



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