zuston commented on code in PR #1137:
URL: 
https://github.com/apache/incubator-uniffle/pull/1137#discussion_r1349607369


##########
client/src/main/java/org/apache/uniffle/client/api/ShuffleWriteClient.java:
##########
@@ -69,6 +69,19 @@ void reportShuffleResult(
       Map<Integer, List<Long>> partitionToBlockIds,
       int bitmapNum);
 
+  default ShuffleAssignmentsInfo getShuffleAssignments(
+      String appId,
+      int shuffleId,
+      int partitionNum,
+      int partitionNumPerRange,
+      Set<String> requiredTags,
+      int assignmentShuffleServerNumber,
+      int estimateTaskConcurrency,
+      Set<String> faultyServerIds) {
+    throw new UnsupportedOperationException(
+        "Currently only SPARK2 or SPARK3 supports this method.");

Review Comment:
   cc @yl09099 please use another PR to optimize this. I will merge this.



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