alamb commented on code in PR #359:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/359#discussion_r2086725116


##########
src/integration.rs:
##########
@@ -1119,48 +1117,64 @@ pub async fn multipart_race_condition(storage: &dyn 
ObjectStore, last_writer_win
     let mut multipart_upload_1 = storage.put_multipart(&path).await.unwrap();
     let mut multipart_upload_2 = storage.put_multipart(&path).await.unwrap();
 
+    /// Create a string like `"1:"`  followed by `part` padded to 5,300,000 
places
+    ///
+    /// equivalent of format!("{prefix}:{part:05300000}"), which is no longer 
suppoted

Review Comment:
   ```suggestion
       /// equivalent of format!("{prefix}:{part:05300000}"), which is no 
longer supported
   ```



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