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/12 17:14:07 UTC

[incubator-iceberg] branch master updated (42c1e63 -> 24496a8)

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 42c1e63  Add incompatible changes to UpdateSchema API (#574)
     add 24496a8  Add hadoop table catalog (#529)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/hadoop/HadoopCatalog.java   | 149 +++++++++++++++++++++
 .../apache/iceberg/hadoop/TestHadoopCatalog.java   |  77 +++++++++++
 2 files changed, 226 insertions(+)
 create mode 100644 core/src/main/java/org/apache/iceberg/hadoop/HadoopCatalog.java
 create mode 100644 core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCatalog.java