Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/20408#discussion_r164175040
--- Diff:
core/src/main/resources/org/apache/spark/ui/static/executorspage.js ---
@@ -25,9 +25,13 @@ function getThreadDumpEnabled() {
return threadDumpEnabled;
}
-function formatStatus(status, type) {
+function formatStatus(status, type, row) {
--- End diff --
can you move the
```js
if (row.isBlacklisted) return "Blacklisted";
```
into this function as well? no reason for it to be separated.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]