jkosh44 commented on code in PR #7301:
URL: https://github.com/apache/arrow-rs/pull/7301#discussion_r2006482887
##########
object_store/src/gcp/client.rs:
##########
@@ -517,6 +517,7 @@ impl GoogleCloudStorageClient {
// GCS doesn't allow empty multipart uploads
Review Comment:
It's a good idea, but `self.put` also doesn't set `Content-length` so we'd
have the same issue. I could update `self.put` to always set the
`Content-Length` if the payload is empty. That would have a larger blast radius
though. Thoughts?
--
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]