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 2020/10/13 16:09:36 UTC

[iceberg] branch master updated (b4ba650 -> 80ea771)

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 b4ba650  Flink: move hadoop configuration to Loaders from Source/Sink API (#1565)
     add 80ea771  Hive: Add HiveMetaHook to support Hive DDL commands (#1495)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/hive/HiveTableOperations.java   | 113 ++++---
 .../org/apache/iceberg/hive/TestHiveMetastore.java |  57 +++-
 .../main/java/org/apache/iceberg/mr/Catalogs.java  |  13 +-
 .../org/apache/iceberg/mr/InputFormatConfig.java   |   1 +
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 188 ++++++++++++
 .../apache/iceberg/mr/hive/HiveIcebergSerDe.java   |  23 +-
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java |   8 +-
 .../mr/hive/HiveIcebergStorageHandlerBaseTest.java | 332 ++++++++++++++++++++-
 ...tHiveIcebergStorageHandlerWithHadoopTables.java |   5 +
 mr/src/test/resources/log4j.properties             |  33 ++
 10 files changed, 699 insertions(+), 74 deletions(-)
 create mode 100644 mr/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java
 create mode 100644 mr/src/test/resources/log4j.properties