xuang7 commented on issue #5144:
URL: https://github.com/apache/texera/issues/5144#issuecomment-4527092723

   The chunking itself uses the native File.slice() API, but the parallelism 
control, progress tracking, init/finish protocol, and missingParts resume logic 
are all implemented on our end.
   
   Regarding the security concern, we have implemented a file system layer for 
uploads. Currently, resumable upload is supported at the session/file level. We 
could also add frontend retry logic for individual parts. Dynamic part sizing 
is also a good approach that we could consider. Currently, a fixed part size is 
enforced.
   


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