Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 #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 #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 #35160 from stczwd/SPARK-37860. Authored-by: stczwd <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]> (cherry picked from commit 3d2fde5) Signed-off-by: Kousuke Saruta <[email protected]>
- Loading branch information