You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:33:31 UTC

[jira] [Resolved] (SPARK-10031) Join two UnsafeRows in SortMergeJoin if possible

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

Hyukjin Kwon resolved SPARK-10031.
----------------------------------
    Resolution: Incomplete

> Join two UnsafeRows in SortMergeJoin if possible
> ------------------------------------------------
>
>                 Key: SPARK-10031
>                 URL: https://issues.apache.org/jira/browse/SPARK-10031
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Liang-Chi Hsieh
>            Priority: Major
>              Labels: bulk-closed
>
> Currently in SortMergeJoin, when two rows from left and right plans are both UnsafeRow, we still use JoinedRow to join them and do an extra UnsafeProjection later.
> We can just use GenerateUnsafeRowJoiner to join two UnsafeRows in SortMergeJoin if possible. Besides, GenerateUnsafeRowJoiner can have a withRight function to only update row2 with a same row1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org