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 2021/09/09 22:50:36 UTC

[iceberg] branch master updated (a0ef689 -> 678b69d)

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 a0ef689  Flink: Fix warning in FlinkSink caused by incorrect parameterized type (#3061)
     add 678b69d  AWS: Allow closing resources in AWS catalogs and S3FileIO (#2878)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/io/CloseableGroup.java |  58 +++++++-
 .../main/java/org/apache/iceberg/io/FileIO.java    |  12 +-
 .../org/apache/iceberg/util/ExceptionUtil.java     |   2 +-
 .../org/apache/iceberg/io/TestCloseableGroup.java  | 163 +++++++++++++++++++++
 .../org/apache/iceberg/util/TestExceptionUtil.java |   0
 .../iceberg/aws/dynamodb/DynamoDbCatalog.java      |  10 +-
 .../org/apache/iceberg/aws/glue/GlueCatalog.java   |  10 +-
 .../java/org/apache/iceberg/aws/s3/S3FileIO.java   |  12 ++
 8 files changed, 258 insertions(+), 9 deletions(-)
 rename {core => api}/src/main/java/org/apache/iceberg/util/ExceptionUtil.java (98%)
 create mode 100644 api/src/test/java/org/apache/iceberg/io/TestCloseableGroup.java
 rename {core => api}/src/test/java/org/apache/iceberg/util/TestExceptionUtil.java (100%)