pan3793 commented on code in PR #3570:
URL: https://github.com/apache/celeborn/pull/3570#discussion_r2637173184


##########
client-spark/spark-3/src/main/java/org/apache/spark/shuffle/celeborn/SparkUtils.java:
##########
@@ -82,9 +82,17 @@ public class SparkUtils {
   public static final String FETCH_FAILURE_ERROR_MSG =
       "Celeborn FetchFailure appShuffleId/shuffleId: ";
 
+  private static final DynMethods.BoundMethod MAP_STATUS_APPLY_METHOD =
+      DynMethods.builder("apply")
+          // for SPARK-51756 (4.1.0) and later

Review Comment:
   Okay, seems the author change the JIRA ticket after merging - 
    - the git commit history is SPARK-51756
    - the final PR title was changed to SPARK-54663
   
   not a big deal, since SPARK-54663 is a sub-task of SPARK-51756.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to