elasticsearch-rs icon indicating copy to clipboard operation
elasticsearch-rs copied to clipboard

Derive Clone on Bulk request structs

Open jefftt opened this issue 2 years ago • 6 comments

Addresses https://github.com/elastic/elasticsearch-rs/issues/195

This option is the least invasive as it doesn't change the type signatures although it requires extra allocations in order to clone the struct. Allowing body to take a reference to a slice of operations instead of ownership would be a more efficient solution that could be addressed in a separate PR

jefftt avatar May 09 '22 17:05 jefftt

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

elasticmachine avatar May 09 '22 17:05 elasticmachine

💚 CLA has been signed

i signed the CLA but not sure github is being updated properly

jefftt avatar May 10 '22 13:05 jefftt

oh there we go

jefftt avatar May 10 '22 13:05 jefftt

Hi @russcam - any interest in this change?

jefftt avatar Mar 10 '23 14:03 jefftt

Hey @jefftt, I no longer work for Elastic so no longer have access rights to this repository to work with you on this PR. Perhaps @swallez or @sethmlarson can work with you to get this in?

russcam avatar Mar 24 '23 15:03 russcam