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


##########
object_store/src/client/http/body.rs:
##########
@@ -195,6 +195,18 @@ impl HttpResponseBody {
     }
 }
 
+impl Body for HttpResponseBody {

Review Comment:
   This is a drive-by improvement, and allows using HttpResponseBody with 
`http_body_util::BodyExt`.
   
   It technically isn't necessary, as object_store ignores any non-data frames 
and therefore `HttpResponseBody::bytes` is sufficient, but this is cleaner



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