Github user squito commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20408#discussion_r164766057
  
    --- Diff: 
core/src/main/resources/org/apache/spark/ui/static/executorspage.js ---
    @@ -416,8 +422,7 @@ $(document).ready(function () {
                             },
                             {data: 'hostPort'},
                             {data: 'isActive', render: function (data, type, 
row) {
    -                            if (row.isBlacklisted) return "Blacklisted";
    -                            else return formatStatus (data, type);
    +                                return formatStatus (data, type, row);
    --- End diff --
    
    weird indentation here?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to