tustvold commented on code in PR #2148: URL: https://github.com/apache/arrow-rs/pull/2148#discussion_r928839407
########## object_store/src/lib.rs: ########## @@ -695,8 +695,8 @@ mod tests { #[tokio::test] async fn test_list_lifetimes() { let store = memory::InMemory::new(); - let stream = list_store(&store, "path").await.unwrap(); - assert_eq!(stream.count().await, 0); + let mut stream = list_store(&store, "path").await.unwrap(); Review Comment: That sounds like the StreamExt is not in scope for some reason -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org