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 2019/11/16 00:51:26 UTC

[incubator-iceberg] branch master updated (bc54645 -> c4cc4dc)

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/incubator-iceberg.git.


    from bc54645  Python: Remove unused iceberg.api.exception module causing test failures (#649)
     add c4cc4dc  Add mechanism to track and remove old metadata files (#631)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/BaseMetastoreTableOperations.java      |  30 +++
 .../java/org/apache/iceberg/TableMetadata.java     | 115 +++++++++--
 .../org/apache/iceberg/TableMetadataParser.java    |  26 ++-
 .../java/org/apache/iceberg/TableProperties.java   |   7 +
 .../iceberg/hadoop/HadoopTableOperations.java      |  32 +++
 ...bleMetadataJson.java => TestTableMetadata.java} | 218 ++++++++++++++++++++-
 6 files changed, 408 insertions(+), 20 deletions(-)
 rename core/src/test/java/org/apache/iceberg/{TestTableMetadataJson.java => TestTableMetadata.java} (53%)