jaeyun0503 opened a new issue, #4044: URL: https://github.com/apache/texera/issues/4044
### What happened? In admin dashboard, when we sort by column (e.g.: name, user role), the original order of the users is not preserved. The original order is shuffled when sorted on a column, resulting in a unpredictable behavior. Example: (sorted by role, order of uid not preserved) <img width="2048" height="1266" alt="Image" src="https://github.com/user-attachments/assets/2708a98e-5abb-4610-9667-ba9cf03566f3" /> ### How to reproduce? The bug should be able to be reproduced in the `admin-user.component.ts` file as we do not sort users with SQL statements. We can enforce the original order when sorting and it will make sure sorting does not affect the original order. ### Version 1.1.0-incubating (Pre-release/Master) ### Commit Hash (Optional) _No response_ ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell ``` -- 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]
