You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2023/01/03 17:14:00 UTC

[jira] [Commented] (SPARK-28764) Remove unnecessary writePartitionedFile method from ExternalSorter

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

Apache Spark commented on SPARK-28764:
--------------------------------------

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

> Remove unnecessary writePartitionedFile method from ExternalSorter
> ------------------------------------------------------------------
>
>                 Key: SPARK-28764
>                 URL: https://issues.apache.org/jira/browse/SPARK-28764
>             Project: Spark
>          Issue Type: Task
>          Components: Shuffle, Spark Core, Tests
>    Affects Versions: 3.0.0
>            Reporter: Matt Cheah
>            Priority: Minor
>
> Following SPARK-28571, we now use {{ExternalSorter#writePartitionedData}} in {{SortShuffleWriter}} when persisting the shuffle data via the shuffle writer plugin. However, we left the {{writePartitionedFile}} method on {{ExternalSorter}} strictly for tests. We should figure out a way how to refactor those tests to use {{writePartitionedData}} instead of {{writePartitionedFile}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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