tanishqgandhi1908 opened a new issue, #6215: URL: https://github.com/apache/texera/issues/6215
### What happened? On the Datasets dashboard, newly created datasets do not appear at the top of the list. They show up in an arbitrary/name-like order instead of newest-first, so a just-created dataset can be buried in the middle of the list. Expected behavior Newly created datasets should appear first (sorted by creation time, latest first) by default, consistent with what users expect from a "My Datasets" listing. Actual behavior Datasets are returned in an effectively undefined order (commonly appearing sorted by name / insertion order). Creation time has no effect on ordering. ### How to reproduce? Log in and go to the Datasets page (/dashboard/dataset). Create three datasets in this name order on purpose, so creation order ≠ alphabetical order: First create one named apple Then mango Then zebra Look at the list. ### Version/Branch 1.3.0-incubating-SNAPSHOT (main) ### 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]
