Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-20813][WEB UI] Fixed Web UI executor page tab search by status…
… not working ## What changes were proposed in this pull request? On status column of the table, I removed the condition that forced only the display value to take on values Active, Blacklisted and Dead. Before the removal, values used for sort and filter for that particular column was True and False. ## How was this patch tested? Tested with Active, Blacklisted and Dead present as current status. Author: John Lee <jlee2@yahoo-inc.com> Closes #18036 from yoonlee95/SPARK-20813.
- Loading branch information