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/11/09 20:58:37 UTC

[iceberg] branch master updated (a50a2956f6 -> 7fe4037e77)

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 a50a2956f6 Core: Cache dropStats in ManifestReader iterator (#5836)
     add 7fe4037e77 Core: Reduce code duplication around writing JSON collections (#6113)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/MetadataUpdateParser.java   |  6 +-
 .../main/java/org/apache/iceberg/SchemaParser.java |  6 +-
 .../java/org/apache/iceberg/SnapshotParser.java    | 10 +--
 .../org/apache/iceberg/StatisticsFileParser.java   |  6 +-
 .../org/apache/iceberg/TableMetadataParser.java    |  6 +-
 .../java/org/apache/iceberg/io/FileIOParser.java   |  6 +-
 .../apache/iceberg/mapping/NameMappingParser.java  |  6 +-
 .../apache/iceberg/metrics/ScanReportParser.java   | 13 +---
 .../apache/iceberg/puffin/FileMetadataParser.java  | 18 +----
 .../rest/responses/ErrorResponseParser.java        |  6 +-
 .../java/org/apache/iceberg/util/JsonUtil.java     | 41 +++++++++++
 .../java/org/apache/iceberg/TestTableMetadata.java |  6 +-
 .../java/org/apache/iceberg/util/TestJsonUtil.java | 80 +++++++++++++++++++++-
 13 files changed, 136 insertions(+), 74 deletions(-)