This is an automated email from the ASF dual-hosted git repository.
amoghj pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 72fd9ab9f4 Docs: Document AWS Redshift and Amazon Data Firehose
support (#11192)
add c0d73f4ef5 API, AWS: Retry S3InputStream reads (#10433)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iceberg/aws/s3/S3InputStream.java | 71 +++++--
.../iceberg/aws/s3/TestFlakyS3InputStream.java | 206 +++++++++++++++++++++
.../apache/iceberg/aws/s3/TestS3InputStream.java | 24 ++-
build.gradle | 2 +
gradle/libs.versions.toml | 2 +
5 files changed, 285 insertions(+), 20 deletions(-)
create mode 100644
aws/src/test/java/org/apache/iceberg/aws/s3/TestFlakyS3InputStream.java