Hisoka-X commented on code in PR #8862:
URL: https://github.com/apache/seatunnel/pull/8862#discussion_r1976906747


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalPlanGenerator.java:
##########
@@ -393,7 +387,7 @@ private List<PhysicalVertex> getShuffleTask(
                                     TaskLocation taskLocation =
                                             new TaskLocation(
                                                     taskGroupLocation,
-                                                    taskIDPrefix,
+                                                    parallelismIndex,

Review Comment:
   ```suggestion
                                                       0,
   ```
   I think `taskInGroupIndex` should be 0. Because it's only one task in it 
taskgroup.



-- 
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: commits-unsubscr...@seatunnel.apache.org

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

Reply via email to