alamb commented on PR #5681:
URL: https://github.com/apache/arrow-rs/pull/5681#issuecomment-2120420495

   > So I've gone through this, and whilst I don't see anything obviously 
incorrect, I am quite nervous about it. It is implementing a fairly complex 
specification, https://www.ietf.org/rfc/rfc2046, and I worry there may be 
incorrect assumptions, implementation oversights, etc... If this were being 
used for a read-only request, that's one thing, but the potential impact of a 
malformed bulk delete is high.
   > 
   > I don't know if there are mature Rust implementations of multipart mime 
messages, but if there are, one idea might be to add this as an optional 
dependency, potentially gated on its own feature (e.g. azure_batch), and use 
that to implement this functionality. That would delegate the maintenance, 
correctness burden onto a crate focused on implementing that particular 
specification correctly
   
   My opinion is that having this feature as a part of object store (with a 
caveat in the doc and gated behind a non default feature flag) would be a good 
idea.
   
   My rationale is that while I agree with the technical concerns, unless there 
is some alternate strategy for implementing this feature today this seems like 
the best way to get experience / testing for this feature


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