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 02:56:00 UTC

[jira] [Commented] (SPARK-41853) Use Map in place of SortedMap for ErrorClassesJsonReader

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

Apache Spark commented on SPARK-41853:
--------------------------------------

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

> Use Map in place of SortedMap for ErrorClassesJsonReader
> --------------------------------------------------------
>
>                 Key: SPARK-41853
>                 URL: https://issues.apache.org/jira/browse/SPARK-41853
>             Project: Spark
>          Issue Type: Task
>          Components: Spark Core
>    Affects Versions: 3.2.3
>            Reporter: Ted Yu
>            Priority: Minor
>
> The use of SortedMap in ErrorClassesJsonReader was mostly for making tests easier to write.
> This PR replaces SortedMap with Map since SortedMap is slower compared to Map.



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