You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-29053][WEBUI][2.4] Sort does not work on some columns
### What changes were proposed in this pull request?
Setting custom sort key for duration and execution time column.
### Why are the changes needed?
Sorting on duration and execution time columns consider time as a string after converting into readable form which is the reason for wrong sort results as mentioned in [SPARK-29053](https://issues.apache.org/jira/browse/SPARK-29053).
### Does this PR introduce any user-facing change?
No.
### How was this patch tested?
Test manually.
Back-port of commit 93ac4e1Closes#25882 from amanomer/BP29053.
Authored-by: aman_omer <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
0 commit comments