carloea2 commented on PR #5929:
URL: https://github.com/apache/texera/pull/5929#issuecomment-4848586071

   Thanks @xuang7. I added tests for both cases.
   
   For the overlap case, I kept the current behavior intentionally: if the same 
file appears in both `activePaths` and `existingPaths`, the user gets 
Resume/Restart first and then Upload/Skip, because those are two separate 
decisions. The new frontend spec covers that exact sequence.
   
   For the path mismatch, I updated the backend to normalize for lookup but 
return the original requested path in `filePaths`, so the frontend comparison 
against `item.name` remains stable. I added a backend test for that too.


-- 
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]

Reply via email to