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 2021/01/22 01:26:04 UTC

[iceberg] branch master updated (760a20b -> 9108ef4)

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 760a20b  Core: Remove non-test uses of commons-lang3 (#2102)
     add 9108ef4  Core: Make Metadata tables serializable (#2046)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/AllDataFilesTable.java |  10 ++
 .../java/org/apache/iceberg/AllEntriesTable.java   |  10 ++
 .../java/org/apache/iceberg/AllManifestsTable.java |  10 ++
 .../java/org/apache/iceberg/BaseMetadataTable.java |  46 ++++++-
 .../main/java/org/apache/iceberg/BaseTable.java    |   6 +-
 .../java/org/apache/iceberg/DataFilesTable.java    |  10 ++
 .../main/java/org/apache/iceberg/HistoryTable.java |  10 ++
 .../org/apache/iceberg/ManifestEntriesTable.java   |  10 ++
 .../java/org/apache/iceberg/ManifestsTable.java    |  10 ++
 .../java/org/apache/iceberg/PartitionsTable.java   |  10 ++
 .../java/org/apache/iceberg/SnapshotsTable.java    |  10 ++
 .../iceberg/hadoop/TestTableSerialization.java     | 143 +++++++++++++++++++++
 12 files changed, 281 insertions(+), 4 deletions(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/hadoop/TestTableSerialization.java