You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/19 19:15:40 UTC

[GitHub] [spark] srowen commented on issue #24124: mapPartition to replace map to speedUp Dataset's toLocalIterator process

srowen commented on issue #24124: mapPartition to replace map to speedUp Dataset's toLocalIterator process
URL: https://github.com/apache/spark/pull/24124#issuecomment-474534742
 
 
   Please fix the title.
   But, why does this improve speed? you're just doing the decoding on the executor vs driver side, without more parallelism. I'm not sure we can/should move the UnsafeRow from executor to driver; may be OK but I'd be wary of changing the semantics here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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