cetra3 commented on PR #10317: URL: https://github.com/apache/arrow-rs/pull/10317#issuecomment-4963787444
Hey no worries I will close it off. I do like the following differences from this PR: * It doesn't duplicate the logic, i.e, the fallible versions are just `try_<method>().unwrap()` which means we don't need to adjust it in two places * It uses an opaque struct rather than an enum, which means we are more free to adjust implementation without changing internals, making it a breaking api change. -- 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]
