avarnon commented on code in PR #6869:
URL: https://github.com/apache/arrow-rs/pull/6869#discussion_r1882906928
##########
object_store/src/integration.rs:
##########
@@ -1165,9 +1165,14 @@ pub async fn multipart_race_condition(storage: &dyn
ObjectStore) {
.unwrap();
multipart_upload_1.complete().await.unwrap();
- let err = multipart_upload_2.complete().await.unwrap_err();
- assert!(matches!(err, crate::Error::Generic { .. }), "{err}");
+ if last_writer_wins {
Review Comment:
You are correct. I missed that. Pushed
--
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]