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

   # Rationale for this change
    
   Disclaimer: this issues was discovered by opus when I was leverage LLM to 
read through the code.
   
   This PR adds missing extension through BufWriter single put shutdown path.
   Reading through the codebase, it reads to me "attributes", "tags" and 
"extensions" should all be assigned for `PutOptions`.
   Another example for multipart upload options 
https://github.com/apache/arrow-rs-object-store/blob/e89f62b6508f6f65873ce6a5017cd0d5d7395184/src/buffered.rs#L341-L344
   
   # What changes are included in this PR?
   
   This PR passes the missing `extension` field to `PutOption`.
   
   # Are there any user-facing changes?
   
   No


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