tustvold opened a new issue, #2372: URL: https://github.com/apache/arrow-rs/issues/2372
**Describe the bug** <!-- A clear and concise description of what the bug is. --> #2115 added a get_byte_ranges method, however, this included a where bound on Self. This has the effect of making the trait not object-safe - https://github.com/apache/arrow-datafusion/runs/7728204421?check_suite_focus=true. Technically this is just a warning, which can be suppressed at the crate-level (anything lower doesn't have any effect), but this is not an ideal solution. **To Reproduce** <!-- Steps to reproduce the behavior: --> https://github.com/apache/arrow-datafusion/pull/3051 **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> `AsyncFileReader` should be object-safe **Additional context** <!-- Add any other context about the problem here. --> -- 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]
