bryanck opened a new pull request, #8301: URL: https://github.com/apache/iceberg/pull/8301
This PR adds range reads to GCSInputStream and implements the RangeReadable interface. The range read tests were derived from those for S3InputStream. With S3, a range can be specified as the number of bytes from end, but a similar API is not available with GCS, so the implementation for reading the tail calculates the starting position based on the blob size. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
