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/20 17:48:45 UTC

[incubator-iceberg] branch master updated (61a6fcc -> 083edc1)

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 61a6fcc  Implement listTables in CachingCatalog (#662)
     add 083edc1  Decouple TableMetadataParser and TableMetadata from TableOperations (#591)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/BaseMetastoreCatalog.java   |  6 +--
 .../iceberg/BaseMetastoreTableOperations.java      |  2 +-
 .../main/java/org/apache/iceberg/BaseSnapshot.java | 19 +++----
 .../main/java/org/apache/iceberg/FileHistory.java  |  2 +-
 .../main/java/org/apache/iceberg/FindFiles.java    |  3 +-
 .../java/org/apache/iceberg/ManifestGroup.java     | 58 +++++++++++++---------
 .../main/java/org/apache/iceberg/ScanSummary.java  |  2 +-
 .../java/org/apache/iceberg/SnapshotParser.java    | 15 +++---
 .../java/org/apache/iceberg/SnapshotProducer.java  |  4 +-
 .../java/org/apache/iceberg/TableMetadata.java     | 39 +++++++--------
 .../org/apache/iceberg/TableMetadataParser.java    | 11 ++--
 .../iceberg/hadoop/HadoopTableOperations.java      |  2 +-
 .../org/apache/iceberg/hadoop/HadoopTables.java    |  2 +-
 .../apache/iceberg/TableMetadataParserTest.java    |  2 +-
 .../java/org/apache/iceberg/TestSnapshotJson.java  | 14 +++---
 .../java/org/apache/iceberg/TestTableMetadata.java | 50 +++++++++----------
 .../test/java/org/apache/iceberg/TestTables.java   |  6 +--
 .../apache/iceberg/hadoop/HadoopTableTestBase.java |  2 +-
 .../apache/iceberg/spark/source/TestTables.java    |  2 +-
 19 files changed, 126 insertions(+), 115 deletions(-)