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 8864082 HIVE-25176: Print DAG ID to Console (David Mollitor reviewed
by Miklos Gergely)
add ec7c95d HIVE-25057: Implement rollback for hive to iceberg migration
(#2219) (Laszlo Pinter, reviewed by Marton Bod and Peter Vary)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iceberg/hive/TestHiveCommits.java | 4 +-
iceberg/iceberg-handler/pom.xml | 5 +
.../iceberg/mr/hive/HiveIcebergMetaHook.java | 39 +++++-
.../TestHiveIcebergStorageHandlerWithEngine.java | 144 +++++++++++++++++++++
iceberg/pom.xml | 4 +-
pom.xml | 2 +-
.../ql/ddl/table/AbstractAlterTableOperation.java | 30 ++++-
.../apache/hadoop/hive/metastore/HiveMetaHook.java | 24 ++++
.../hadoop/hive/metastore/HiveMetaStoreClient.java | 6 +-
9 files changed, 246 insertions(+), 12 deletions(-)