Sreenath Somarajapuram created TEZ-3546:
-------------------------------------------
Summary: 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
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)