You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2016/11/22 19:12:58 UTC

[jira] [Updated] (TEZ-3546) Tez UI: On sorting asc - Not Available must be at the top.

     [ https://issues.apache.org/jira/browse/TEZ-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreenath Somarajapuram updated TEZ-3546:
----------------------------------------
    Attachment: TEZ-3546.1.patch

[~hitesh] Its a trivial patch. Please help in review.
UTs have been added in the em-table side.

> Tez UI: On sorting asc - Not Available must be at the top.
> ----------------------------------------------------------
>
>                 Key: TEZ-3546
>                 URL: https://issues.apache.org/jira/browse/TEZ-3546
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Sreenath Somarajapuram
>            Assignee: Sreenath Somarajapuram
>         Attachments: TEZ-3546.1.patch
>
>
> Because of the following in javascript, precedence of rows having 'Not Available' values could be a bit messy. 
> {code}
> 1 > undefined = false
> 1 < undefined = false
> 1 > null = true
> 1 < null = false
> {code}
> It would be better is we could ensure that these values are at the top on sorting in ascending order.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)