wjones127 opened a new issue, #210: URL: https://github.com/apache/arrow-rs-object-store/issues/210
**Describe the bug** An error in the GCP `copy_if_not_exist` was reported upstream in delta-rs: https://github.com/delta-io/delta-rs/issues/878#issue-1404449207 ``` PyDeltaTableError: Failed to read delta log object: Generic GCS error: Error performing copy request Error 411 (Length Required) ``` I haven't been able to reproduce this yet, but seems like it couldn't hurt to put `Content-Length: 0` in the request. **To Reproduce** <!-- Steps to reproduce the behavior: --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Additional context** <!-- Add any other context about the problem here. --> -- 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]
