winding-lines commented on issue #3419:
URL: https://github.com/apache/arrow-rs/issues/3419#issuecomment-1368239186

   @alamb unfortunately the Builders contain `Result` and `Error` fields which 
are not clonable and there is no easy way to make them clonable. 
   
   One option that I see is do a slight refactoring of the code where the data 
from the user is saved in a separate Config object, before any fallible 
processing is done. Then we can clone that part. 
   
   Note that delta-rs is also going through some hoops here: 
https://github.com/delta-io/delta-rs/tree/main/rust/src/builder
   
   Let me know what you think.


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