You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/21 07:23:21 UTC

[iceberg] branch master updated (d1befd970d -> a2c538098b)

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

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


    from d1befd970d Core: Serialize statistics files in TableMetadata (#5799)
     add a2c538098b Core: Reduce duplicated code in JSON Parsers (#5802)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/MetadataUpdateParser.java   | 15 +------------
 .../org/apache/iceberg/PartitionSpecParser.java    | 26 ++--------------------
 .../main/java/org/apache/iceberg/SchemaParser.java | 17 +++-----------
 .../java/org/apache/iceberg/SingleValueParser.java | 14 +-----------
 .../java/org/apache/iceberg/SnapshotParser.java    | 14 +-----------
 .../java/org/apache/iceberg/SnapshotRefParser.java | 15 +------------
 .../org/apache/iceberg/StatisticsFileParser.java   | 16 +------------
 .../iceberg/catalog/TableIdentifierParser.java     | 14 +-----------
 .../apache/iceberg/mapping/NameMappingParser.java  | 12 +---------
 .../apache/iceberg/puffin/FileMetadataParser.java  | 14 +-----------
 .../org/apache/iceberg/rest/auth/OAuth2Util.java   | 11 +--------
 .../rest/requests/UpdateRequirementParser.java     | 15 +------------
 12 files changed, 15 insertions(+), 168 deletions(-)