[ https://issues.apache.org/jira/browse/SPARK-13661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Reynold Xin resolved SPARK-13661. --------------------------------- Resolution: Fixed Assignee: Davies Liu Fix Version/s: 2.0.0 > Avoid the copy of UnsafeRow in HashedRelation > --------------------------------------------- > > Key: SPARK-13661 > URL: https://issues.apache.org/jira/browse/SPARK-13661 > Project: Spark > Issue Type: Improvement > Components: SQL > Reporter: Davies Liu > Assignee: Davies Liu > Fix For: 2.0.0 > > > We usually build the HashedRelation on top of array of UnsafeRow, the copy > could be avoided. > The caller of HashedRelation need to do the copy if it's needed. > Another approach could be making the copy() of UnsafeRow smart so that it > know when should copy the bytes or not, this could be also useful for other > components. -- 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