kylebarron commented on code in PR #6619:
URL: https://github.com/apache/arrow-rs/pull/6619#discussion_r1834840644


##########
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:
   For my use case, Python bindings with pyo3 don't allow you to have any 
lifetime parameters shorter than `'static`: 
https://pyo3.rs/v0.22.5/class.html#no-lifetime-parameters



-- 
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]

Reply via email to