alamb opened a new pull request, #802:
URL: https://github.com/apache/arrow-rs-object-store/pull/802

   # Rationale for this change
   
   The low-level `MultipartStore` API had no worked example showing the full 
`create_multipart` → `put_part` → `complete_multipart` flow. This adds one for 
Azure, mirroring the S3 example in apache/arrow-rs-object-store#801.
   
   # What changes are included in this PR?
   
   - A runnable (`no_run`) doc example on `MicrosoftAzure::create_multipart` 
showing the full low-level flow.
   - Documents Azure-specific behavior: each part is stored as a block (up to 
50,000 blocks per blob, each up to 4,000 MiB, no minimum size), and 
`abort_multipart` is a no-op — uncommitted blocks are automatically garbage 
collected roughly one week after the last write. Cites the [Put Block REST 
API](https://learn.microsoft.com/en-us/rest/api/storageservices/put-block) docs.
   
   # Are there any user-facing changes?
   
   Documentation only. No API changes.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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