tustvold commented on issue #4190:
URL: https://github.com/apache/arrow-rs/issues/4190#issuecomment-1552684687

   > instead of splitting on :
   
   The splitting logic is just for when using the property bag config system, 
where upstreams like delta-rs can provide a `HashMap<String, String>` of config 
values. People using the builders can just specify
   
   ```
   
.with_copy_if_not_exists(S3CopyIfNotExists::Header("cf-copy-destination-if-none-match".to_string(),
 "*".to_string()))
   ```


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