[ 
https://issues.apache.org/jira/browse/SPARK-12291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065603#comment-15065603
 ] 

Xiao Li commented on SPARK-12291:
---------------------------------

[~davies] BroadcastLeftSemiJoinHash extends HashSemiJoin. In HashSemiJoin, 
UnsafeRow has been supported. 
{code}
  override def outputsUnsafeRows: Boolean = true
  override def canProcessUnsafeRows: Boolean = true
  override def canProcessSafeRows: Boolean = false 
{code}

Do we still need to change any code for this Join type? 

> Support UnsafeRow in BroadcastLeftSemiJoinHash
> ----------------------------------------------
>
>                 Key: SPARK-12291
>                 URL: https://issues.apache.org/jira/browse/SPARK-12291
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Davies Liu
>




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