winding-lines opened a new issue, #204:
URL: https://github.com/apache/arrow-rs-object-store/issues/204

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for 
this feature, in addition to  the *what*)
   -->
   I am using the object-store create in polars. The async code is generally 
contained in a small number of functions.  I plan to pass around builders (eg 
AmazonS3Builder, MicrosoftAzureBuilder, GoogleCloudStorageBuilder) and 
instantiate an object-store based on the urls that are being passed in. I 
cannot currently use one builder more than one since they don't implement 
Clone. 
   
   Is there a reason why these structs are not implementing Clone?
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   Implement (most likely derive) Clone for AmazonS3Builder, 
MicrosoftAzureBuilder, GoogleCloudStorageBuilder and other object_store 
builders.
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   I can recreate the struct from their fields but then I will need to maintain 
the code on my side.
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


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