You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/07/30 01:44:04 UTC

[jira] [Created] (SPARK-9450) HashedRelation.get() could return an Iterator[Row] instead of Seq[Row]

Josh Rosen created SPARK-9450:
---------------------------------

             Summary: HashedRelation.get() could return an Iterator[Row] instead of Seq[Row]
                 Key: SPARK-9450
                 URL: https://issues.apache.org/jira/browse/SPARK-9450
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Josh Rosen


While looking through some HashedRelation code, [~andrewor14] and I noticed that it looks like HashedRelation.get() could return an Iterator of rows instead of a sequence.  If we do this, we can reduce object allocation in UnsafeHashedRelation.get().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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