tustvold commented on code in PR #6619:
URL: https://github.com/apache/arrow-rs/pull/6619#discussion_r1834904749
##########
object_store/src/client/list.rs:
##########
@@ -44,37 +44,38 @@ pub(crate) trait ListClientExt {
prefix: Option<&Path>,
delimiter: bool,
offset: Option<&Path>,
- ) -> BoxStream<'_, Result<ListResult>>;
+ ) -> BoxStream<'static, Result<ListResult>>;
Review Comment:
This would only effect implementers of the trait, its a stronger contract on
what the implementation chooses to return. The result is consumers of
object_store shouldn't notice much
--
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]