You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/02/27 12:58:28 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3741: Add support for unsigned payloads in aws

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


##########
object_store/src/aws/mod.rs:
##########
@@ -1222,6 +1252,14 @@ mod tests {
         stream_get(&integration).await;
     }
 
+    #[tokio::test]
+    async fn s3_test_unsigned_payload() {

Review Comment:
   This appears to race with s3_test above, it likely needs to be rolled into the same test



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org