You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by lp...@apache.org on 2021/04/29 16:19:06 UTC

[hive] branch master updated (8048019 -> f877f02)

This is an automated email from the ASF dual-hosted git repository.

lpinter pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 8048019  HIVE-25064: Create separate shader maven module for Iceberg libraries (Adam Szita, reviewed by Marton Bod, Peter Vary and Laszlo Pinter)
     add f877f02  HIVE-25065: Implement ALTER TABLE for setting iceberg table properties (#2230) (Laszlo Pinter, reviewed by Marton Bod and Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 22 +++++++++++++--
 .../hive/TestHiveIcebergStorageHandlerNoScan.java  | 31 ++++++++++++++++++++++
 .../ql/ddl/table/AbstractAlterTableOperation.java  | 17 ++++++++++++
 .../apache/hadoop/hive/metastore/HiveMetaHook.java |  6 ++++-
 .../hadoop/hive/metastore/HiveMetaStoreClient.java |  4 +--
 5 files changed, 75 insertions(+), 5 deletions(-)