[
https://issues.apache.org/jira/browse/TEZ-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hitesh Shah updated TEZ-3546:
-----------------------------
Target Version/s: 0.8.5 (was: 0.9.0)
> 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)