jerqi commented on code in PR #2199:
URL: 
https://github.com/apache/incubator-uniffle/pull/2199#discussion_r1812642908


##########
common/src/main/java/org/apache/uniffle/common/util/RssUtils.java:
##########
@@ -281,6 +281,11 @@ public static String generatePartitionKey(String appId, 
Integer shuffleId, Integ
         Constants.KEY_SPLIT_CHAR, appId, String.valueOf(shuffleId), 
String.valueOf(partition));
   }
 
+  public static String generatePartitionKeyExceptAppId(Integer shuffleId, 
Integer partition) {

Review Comment:
   This should be an inner method of `AbstractStorage`.



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