gauravkm commented on code in PR #3261: URL: https://github.com/apache/celeborn/pull/3261#discussion_r2141701972
########## client/src/main/java/org/apache/celeborn/client/ShuffleClient.java: ########## @@ -203,13 +203,19 @@ public abstract int mergeData( public abstract void pushMergedData(int shuffleId, int mapId, int attemptId) throws IOException; - // Report partition locations written by the completed map task of ReducePartition Shuffle Type - public abstract void mapperEnd(int shuffleId, int mapId, int attemptId, int numMappers) + // Report partition locations written by the completed map task of MapPartition Shuffle Type. Review Comment: Not on purpose. Reverting -- 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]
