This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 138fd81f8 [MINOR] chore(client): fix the incorrect partitionId (#1376)
138fd81f8 is described below
commit 138fd81f80acf1087971f61557255de6d36fafc3
Author: Junfan Zhang <[email protected]>
AuthorDate: Mon Dec 18 09:58:03 2023 +0800
[MINOR] chore(client): fix the incorrect partitionId (#1376)
### What changes were proposed in this pull request?
fix the incorrect partitionId
### Why are the changes needed?
Fix: # (issue)
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Neen't
---
.../src/main/java/org/apache/spark/shuffle/RssShuffleManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/client-spark/spark3/src/main/java/org/apache/spark/shuffle/RssShuffleManager.java
b/client-spark/spark3/src/main/java/org/apache/spark/shuffle/RssShuffleManager.java
index b854b0bf7..62a53ae5e 100644
---
a/client-spark/spark3/src/main/java/org/apache/spark/shuffle/RssShuffleManager.java
+++
b/client-spark/spark3/src/main/java/org/apache/spark/shuffle/RssShuffleManager.java
@@ -658,7 +658,7 @@ public class RssShuffleManager extends
RssShuffleManagerBase {
+ " blockIds for shuffleId["
+ shuffleId
+ "], startPartition["
- + start
+ + startPartition
+ "], endPartition["
+ endPartition
+ "]");