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 2020/11/24 01:42:39 UTC

[iceberg] branch master updated (914516f -> b64bac5)

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 914516f  Spark: Add RewriteManifestsProcedure (#1801)
     add b64bac5  AWS: centralize logic for setting encryption info (#1786)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/aws/s3/BaseS3File.java |   9 +-
 .../org/apache/iceberg/aws/s3/S3RequestUtil.java   | 102 +++++++-----------
 .../apache/iceberg/aws/s3/S3RequestUtilTest.java   | 116 +++++++++++++++++++++
 3 files changed, 156 insertions(+), 71 deletions(-)
 create mode 100644 aws/src/test/java/org/apache/iceberg/aws/s3/S3RequestUtilTest.java