Github user ConeyLiu commented on the issue:

    https://github.com/apache/spark/pull/17936
  
    You are saying to use `MemoryAndDiskArray` cached 
data?`UnsafeCartesianRDD` also use `ExternalAppendOnlyUnsafeRowArray` to 
caching data. But in that implementation, we need fetch data for each task.  
However, we only fetch data per executor when cache data to `BlockManager`. 


---

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

Reply via email to