Commit 450b415
[SPARK-35746][UI] Fix taskid in the stage page task event timeline
### What changes were proposed in this pull request?
Task id is given incorrect in the timeline plot in Stage Page
### Why are the changes needed?
Map event timeline plots to correct task
**Before:**

**After**

### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Manually tested
Closes apache#32888 from shahidki31/shahid/fixtaskid.
Authored-by: shahid <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>1 parent 76e08a8 commit 450b415
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