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

Apache Spark commented on SPARK-9548:
-------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/7924

> BytesToBytesMap could have a destructive iterator
> -------------------------------------------------
>
>                 Key: SPARK-9548
>                 URL: https://issues.apache.org/jira/browse/SPARK-9548
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Josh Rosen
>
> BytesToBytesMap.iterator() could be destructive, freeing each page as it 
> moves onto the next one.  There are some circumstances where we don't want a 
> destructive iterator (such as when we're building a KV sorter from a map), so 
> there should be a flag to control this.



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