amanomer opened a new pull request #25855: [SPARK-29053][WEBUI] Spark UI 
JDBC/ODBC Server tab sorting is not working on Duration column
URL: https://github.com/apache/spark/pull/25855
 
 
   ### What changes were proposed in this pull request?
   Setting custom sort key for duration column.
   
   
   ### Why are the changes needed?
   Sorting on duration 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. Screenshots are attached.
   
   **Before**:
   
![Before](https://user-images.githubusercontent.com/40591404/65261404-d4161280-db25-11e9-9a6e-b1aa66bb9e90.PNG)
   
   **After**:
   
![After](https://user-images.githubusercontent.com/40591404/65261462-fad44900-db25-11e9-8894-f17c6df9d4c2.PNG)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to