m09526 commented on PR #432: URL: https://github.com/apache/arrow-rs-object-store/pull/432#issuecomment-3178878858
The original implementation of this code which was based on the `log` crate has been tested in our code for nearly a year now, so we're confident it works as expected. > Moreover, from a quick look at this PR it seems to be missing functionality of `instrumented-object-store`, e.g. tracing of operation results, and the `get` and `put` calls? We deliberately only instrumented the non-provided trait functions since the plain versions of `get` and `put` are just wrappers around those functions. -- 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]
