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/08/16 18:16:29 UTC

[iceberg] branch master updated (c608f16442 -> c965af5d48)

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 c608f16442 Core: Put property names at the end in JsonUtil error messages (#5434)
     add c965af5d48 API, Core: Replace deprecated Counter with new Counter API (#5506)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/aliyun/oss/OSSInputStream.java  | 13 +++--
 .../apache/iceberg/aliyun/oss/OSSOutputStream.java | 13 +++--
 .../org/apache/iceberg/io/CloseableIterable.java   | 18 ++++---
 .../org/apache/iceberg/io/CloseableIterator.java   |  5 +-
 .../org/apache/iceberg/metrics/ScanReport.java     | 55 ++++++++++------------
 .../apache/iceberg/io/TestCloseableIterable.java   | 13 ++---
 .../org/apache/iceberg/aws/s3/S3InputStream.java   | 13 +++--
 .../org/apache/iceberg/aws/s3/S3OutputStream.java  | 13 +++--
 .../iceberg/hadoop/HadoopMetricsContext.java       | 52 ++++++++++++++++++++
 .../iceberg/metrics/TestCounterResultParser.java   | 10 ++--
 .../iceberg/metrics/TestScanReportParser.java      |  8 ++--
 .../iceberg/metrics/TestTimerResultParser.java     | 14 +++---
 .../iceberg/dell/ecs/EcsAppendOutputStream.java    | 13 +++--
 .../iceberg/dell/ecs/EcsSeekableInputStream.java   | 13 +++--
 .../org/apache/iceberg/gcp/gcs/GCSInputStream.java | 13 +++--
 .../apache/iceberg/gcp/gcs/GCSOutputStream.java    | 13 +++--
 .../TestHadoopMetricsContextSerialization.java     |  4 +-
 17 files changed, 159 insertions(+), 124 deletions(-)