[ 
https://issues.apache.org/jira/browse/SPARK-48757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-48757.
-----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 47148
[https://github.com/apache/spark/pull/47148]

> Make `IndexShuffleBlockResolver` have explicit constructors
> -----------------------------------------------------------
>
>                 Key: SPARK-48757
>                 URL: https://issues.apache.org/jira/browse/SPARK-48757
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 4.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>             Fix For: 4.0.0
>
>
> Although `IndexShuffleBlockResolver` is `private` and there is no contract to 
> keep class constructor signitures, we had better reduce the following 
> situations with the old libraries built against old Spark versions.
> {quote}Cause: java.lang.NoSuchMethodError: 'void 
> org.apache.spark.shuffle.IndexShuffleBlockResolver.<init>(org.apache.spark.SparkConf,
>  org.apache.spark.storage.BlockManager)'
>      [info]   at 
> org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager.<init>(CometShuffleManager.scala:64)
> {quote}



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

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

Reply via email to