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

[iceberg] branch master updated (e5ec43a19b -> a87d1b6837)

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

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


    from e5ec43a19b Fix message pattern in checkArgument invocation (#5621)
     add a87d1b6837 Core: Add snapshot references metadata table (#4807)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/MetadataTableType.java |   1 +
 .../org/apache/iceberg/MetadataTableUtils.java     |   2 +
 .../main/java/org/apache/iceberg/RefsTable.java    | 108 ++++++++++++++++++
 .../spark/extensions/TestMetadataTables.java       | 123 +++++++++++++++++++++
 4 files changed, 234 insertions(+)
 create mode 100644 core/src/main/java/org/apache/iceberg/RefsTable.java