maobaolong commented on code in PR #2182:
URL: 
https://github.com/apache/incubator-uniffle/pull/2182#discussion_r1809726215


##########
common/src/main/java/org/apache/uniffle/common/netty/protocol/Decoders.java:
##########
@@ -69,6 +70,32 @@ public static ShuffleBlockInfo 
decodeShuffleBlockInfo(ByteBuf byteBuf) {
         taskAttemptId);
   }
 
+  public static ShufflePartitionedBlock decodeShuffleBlockInfoV1(ByteBuf 
byteBuf) {

Review Comment:
   @lwllvyb Maybe you miss this comment



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