tustvold commented on code in PR #3781:
URL: https://github.com/apache/arrow-rs/pull/3781#discussion_r1123328650


##########
object_store/src/lib.rs:
##########
@@ -840,6 +840,12 @@ mod tests {
             crate::Error::NotFound { .. }
         ));
 
+        let files = flatten_list_stream(storage, None).await.unwrap();

Review Comment:
   I wasn't really sure how to reliably test this as it depends on the latency 
of the write... I'll have a think



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