alamb commented on PR #6635: URL: https://github.com/apache/arrow-rs/pull/6635#issuecomment-2444294243
> Right, I understand the use-case, the challenge is that currently we consistently don't implement `Clone` for errors, and for many errors we can't (as they contain `Box<dyn Error>`). The result is that this PR would introduce inconsistency. > > I dunno, I don't feel overly strongly, but it does seem like the ecosystem consensus is not to do this Fair enough, I also agree this change is inconsistent (and doesn't really help the main usecase I have downstream). It may also overly constrain future changes to this variant (e.g. prevents adding a `Box<dyn Error>` Thank you for the review -- 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]
