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/02/07 21:46:18 UTC

[iceberg] branch master updated (2208b24 -> 8643d48)

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 2208b24  Flink: Add FLIP-27 RecordFactory to create and populate batches (#3866)
     add 8643d48  Core: SnapshotRef parser and serialization logic (#4036)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/SnapshotRef.java  |  30 ++++
 .../java/org/apache/iceberg/SnapshotRefParser.java |  96 +++++++++++++
 .../java/org/apache/iceberg/util/JsonUtil.java     |  36 ++++-
 .../org/apache/iceberg/TestSnapshotRefParser.java  | 158 +++++++++++++++++++++
 4 files changed, 315 insertions(+), 5 deletions(-)
 create mode 100644 core/src/main/java/org/apache/iceberg/SnapshotRefParser.java
 create mode 100644 core/src/test/java/org/apache/iceberg/TestSnapshotRefParser.java