You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/03/30 19:39:04 UTC

[iceberg] branch master updated (605bffb -> 9b36109)

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

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


    from 605bffb  AWS: Add S3 delete tagging (#4342)
     add 9b36109  Aliyun: Add metrics tracking for OSSFileIO (#4393)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/aliyun/oss/BaseOSSFile.java |  9 ++++++++-
 .../org/apache/iceberg/aliyun/oss/OSSFileIO.java   | 22 ++++++++++++++++++++--
 .../apache/iceberg/aliyun/oss/OSSInputFile.java    | 15 ++++++++++-----
 .../apache/iceberg/aliyun/oss/OSSInputStream.java  | 18 ++++++++++++++++++
 .../apache/iceberg/aliyun/oss/OSSOutputFile.java   | 11 ++++++-----
 .../apache/iceberg/aliyun/oss/OSSOutputStream.java | 15 ++++++++++++++-
 .../iceberg/aliyun/oss/TestOSSInputFile.java       | 11 ++++++-----
 .../iceberg/aliyun/oss/TestOSSOutputFile.java      |  5 +++--
 .../iceberg/aliyun/oss/TestOSSOutputStream.java    |  3 ++-
 9 files changed, 87 insertions(+), 22 deletions(-)