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


##########
object_store/src/lib.rs:
##########
@@ -713,7 +713,7 @@ mod tests {
         let location = Path::from("test_dir/test_upload_file.txt");
 
         // Can write to storage
-        let data = get_vec_of_bytes(5_000_000, 10);
+        let data = get_vec_of_bytes(5_000, 10);

Review Comment:
   I dropped this as the tests are otherwise incredibly slow



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