nameexhaustion opened a new issue, #453: URL: https://github.com/apache/arrow-rs-object-store/issues/453
**Describe the bug** Fetching empty ranges raise an error instead of succeeding. **To Reproduce** Perform `get_range(path, 0..0)` on the object store. `error: "object-store error: Generic S3 error: Range started at 0 and ended at 0"` **Expected behavior** It should succeed and return an empty `Bytes` object **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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org