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

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


    from c10de61  HIVE-25253: Incremental rebuild of partitioned insert only 
materialized views (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez, Zoltan 
Haindrich)
     add 66c72f7  HIVE-25256: Support ALTER TABLE CHANGE COLUMN for Iceberg 
(Marton Bod, reviewed by Peter Vary and Adam Szita)

No new revisions were added by this update.

Summary of changes:
 .../src/test/results/negative/hbase_ddl.q.out      |  2 +-
 .../org/apache/iceberg/hive/HiveSchemaUtil.java    | 28 +++++++
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 89 +++++++++++++++++++---
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java |  8 +-
 .../hive/TestHiveIcebergStorageHandlerNoScan.java  | 60 +++++++++++++++
 .../TestHiveIcebergStorageHandlerWithEngine.java   | 31 ++++++++
 .../ddl/table/AbstractBaseAlterTableAnalyzer.java  |  4 +-
 .../hadoop/hive/ql/ddl/table/AlterTableType.java   |  2 +-
 .../hive/ql/metadata/HiveStorageHandler.java       | 16 ++++
 .../results/clientnegative/alter_non_native.q.out  |  2 +-
 10 files changed, 227 insertions(+), 15 deletions(-)

Reply via email to