You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by GitBox <gi...@apache.org> on 2022/08/28 13:59:10 UTC

[GitHub] [incubator-uniffle] jerqi commented on a diff in pull request #190: [Improvement][AQE] Avoid calling getShuffleResult multiple times

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


##########
proto/src/main/proto/Rss.proto:
##########
@@ -135,6 +136,13 @@ message GetShuffleResultRequest {
   int32 partitionId = 3;
 }
 
+message GetShuffleResultForMultiPartRequest {
+  string appId = 1;
+  int32 shuffleId = 2;
+  int32 startPartition = 3;

Review Comment:
   Partitions may not be continuous.



-- 
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: issues-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org