Skip to content

Commit

Permalink
shuffle left
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jun 19, 2024
1 parent 69ef11a commit bb2e599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public String toString(int displayFragmentId) {
+ " id: " + displayFragmentId + ",\n"
+ " parallel: " + instanceJobs.size() + ",\n"
+ " fragmentJob: " + fragmentJob + ",\n"
+ " planNodes: {\n"
+ " fragment: {\n"
+ " " + explainString + "\n"
+ " },\n"
+ " instanceJobs: [\n" + instancesStrWithIndent + "\n"
Expand Down

0 comments on commit bb2e599

Please sign in to comment.