kunwp1 opened a new issue, #6424: URL: https://github.com/apache/texera/issues/6424
### What happened? Renaming a dataset via the dashboard skips all the checks that dataset creation enforces. As a result, two datasets owned by the same user can share a name. This can break file uploads and workflow file reads for both datasets sharing the name. Also, renaming to an invalid string (e.g. empty, or containing /) is also accepted, corrupting the /owner/name/version/... path model. ### How to reproduce? 1. Create dataset mydata, then create a second dataset temp. 2. In the dataset list, click the edit name icon on temp, type mydata, press Enter. The rename succeeds (it should be rejected). 3. Open either dataset and drag in a file to upload. It will throw TooManyRowsException. ### 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]
