You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "angerszhu (JIRA)" <ji...@apache.org> on 2019/03/18 07:56:00 UTC

[jira] [Created] (SPARK-27185) mapPartition to replace map to speedUp Dataset's toLocalIterator process

angerszhu created SPARK-27185:
---------------------------------

             Summary: mapPartition to replace map to speedUp Dataset's toLocalIterator process
                 Key: SPARK-27185
                 URL: https://issues.apache.org/jira/browse/SPARK-27185
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.4.0, 2.3.0, 2.2.0, 2.0.0
            Reporter: angerszhu


In my case, I will use DataSet's toLocalIterator function, and I found that underlying code can be improved,it can be changed from map to mapPartitionsInternal to speed Up the process of  decode data to Internal Row 



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