hristo-stripe commented on issue #7539:
URL: https://github.com/apache/pinot/issues/7539#issuecomment-938271149


   I am reporting a small, but slightly annoying bug.
   
   The UI already supports sorting the tables by various columns. Clicking on 
the column title, e.g. `Estimated size`, will sort the shown list of tables by 
the values in that column. Clicking the column header again will sort by 
ascending/descending order.
   
   I am reporting a bug where the `Number of Segments` column rearranges the 
list in alphabetical order, not actual numbers order. E.g. if you have three 
tables with 5, 8 and 54 segments respectively, they'll show up in the order:
   
   ```
   table_name_1 ............... 5 / 5
   table_name_2 ............... 54 / 54
   table_name_3 ............... 8 / 8
   ```
   
   Which is sorted...alphabetically, not numerically.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to