Cheappie commented on PR #3051:
URL:
https://github.com/apache/arrow-datafusion/pull/3051#issuecomment-1208222293
I have added fixes, pr might pass clippy lints now. But It might also fail,
because compiler reports that there is something wrong with `AsyncFileReader`
trait.
```
warning: the trait `AsyncFileReader` cannot be made into an object
warning: this was previously accepted by the compiler but is being phased
out; it will become a hard error in a future release!
116 | fn get_byte_ranges(
| ^^^^^^^^^^^^^^^ the trait cannot be made into an object because
method `get_byte_ranges` references the `Self` type in its `where` clause
```
--
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]