wjones127 commented on code in PR #3234:
URL: https://github.com/apache/arrow-rs/pull/3234#discussion_r1037273243


##########
object_store/src/lib.rs:
##########
@@ -769,7 +769,7 @@ mod tests {
         assert_eq!(bytes_expected, bytes_written);
 
         // Can overwrite some storage
-        let data = get_vec_of_bytes(5_000, 5);
+        let data = get_vec_of_bytes(1_123_000, 5);

Review Comment:
   Thanks for checking that; I lowered it after I reproduced earlier but didn't 
retest.



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