Commit 3d2fde5
[SPARK-37860][UI] Fix taskindex in the stage page task event timeline
### What changes were proposed in this pull request?
This reverts commit 450b415.
### Why are the changes needed?
In apache#32888, shahidki31 change taskInfo.index to taskInfo.taskId. However, we generally use `index.attempt` or `taskId` to distinguish tasks within a stage, not `taskId.attempt`.
Thus apache#32888 was a wrong fix issue, we should revert it.
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
origin test suites
Closes apache#35160 from stczwd/SPARK-37860.
Authored-by: stczwd <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>1 parent 7463564 commit 3d2fde5
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
0 commit comments