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/21 00:00:46 UTC

[incubator-iceberg] branch master updated (8b41ee5 -> 2e4436b)

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 8b41ee5  Add schema field ID validation (#619)
     add 2e4436b  Add PartitionsTable for partition metadata (#655)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/BaseMetastoreCatalog.java   |   2 +
 .../java/org/apache/iceberg/MetadataTableType.java |   3 +-
 .../java/org/apache/iceberg/PartitionsTable.java   | 137 +++++++++++++++++++++
 .../org/apache/iceberg/hadoop/HadoopTables.java    |   3 +
 .../iceberg/spark/source/StructInternalRow.java    |  26 ++--
 .../source/TestIcebergSourceHadoopTables.java      |  62 ++++++++++
 .../spark/source/TestIcebergSourceHiveTables.java  |  71 +++++++++++
 7 files changed, 288 insertions(+), 16 deletions(-)
 create mode 100644 core/src/main/java/org/apache/iceberg/PartitionsTable.java