lwllvyb commented on code in PR #2199:
URL:
https://github.com/apache/incubator-uniffle/pull/2199#discussion_r1812672166
##########
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:
Thank you very much for taking the time to review.
Your suggestions are very useful and I will follow them.
--
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]