attilapiros commented on a change in pull request #33340:
URL: https://github.com/apache/spark/pull/33340#discussion_r676015065



##########
File path: 
common/network-shuffle/src/main/java/org/apache/spark/network/shuffle/BlockFetchingListener.java
##########
@@ -17,11 +17,11 @@
 
 package org.apache.spark.network.shuffle;
 
-import java.util.EventListener;
-
 import org.apache.spark.network.buffer.ManagedBuffer;
 
-public interface BlockFetchingListener extends EventListener {
+public interface BlockFetchingListener extends BlockTransferListener {
+  String transferType = "fetch";

Review comment:
       I do not think the `transferType` (public static) members which only 
used  in `getTransferType()` methods are needed at all.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to