You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/03/15 21:43:10 UTC

[iceberg] branch master updated (b64aa0d -> 11639d8)

This is an automated email from the ASF dual-hosted git repository.

dweeks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.


    from b64aa0d  Core: Fix ValidationException on metadata-only delete of certain delete files (#4304)
     add 11639d8  AWS: Add SupportBulkOperation interface. S3FileIO implementation will perform a batch deletion using RemoveObjects API (#4052)

No new revisions were added by this update.

Summary of changes:
 ...ream.java => BulkDeletionFailureException.java} |  13 ++-
 ...nputStream.java => SupportsBulkOperations.java} |  12 ++-
 .../iceberg/aws/s3/TestS3FileIOIntegration.java    |  47 +++++++++-
 .../java/org/apache/iceberg/aws/AwsProperties.java |  35 +++++++
 .../java/org/apache/iceberg/aws/s3/S3FileIO.java   |  77 +++++++++++++++-
 .../org/apache/iceberg/aws/TestAwsProperties.java  |  20 ++++
 .../org/apache/iceberg/aws/s3/TestS3FileIO.java    | 101 ++++++++++++++++++++-
 7 files changed, 291 insertions(+), 14 deletions(-)
 copy api/src/main/java/org/apache/iceberg/io/{DelegatingOutputStream.java => BulkDeletionFailureException.java} (68%)
 copy api/src/main/java/org/apache/iceberg/io/{DelegatingInputStream.java => SupportsBulkOperations.java} (75%)