etseidl commented on PR #8341: URL: https://github.com/apache/arrow-rs/pull/8341#issuecomment-3304248095
Thanks @alamb! > I don't fully appreciate why using a special trait rather than TryFrom makes things easier TBH neither do I 🤣. It was mostly down to the `Vec` handling requiring so much arcane lifetime foo. As I started pushing on that a little too hard, it all broke down. I probably could have just abandoned `TryFrom` for vectors, as I ultimately did for the new trait, but I do like the symmetry of `ReadThrift` and `WriteThrift`. Anyway, onward! -- 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]
