You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sz...@apache.org on 2021/07/08 14:57:18 UTC

[hive] branch master updated (d59c2a3 -> 0656a63)

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 d59c2a3  HIVE-25313: Upgrade commons-codec to 1.15 (#2454) (Zoltan Haindrich reviewed by Panagiotis Garefalakis)
     add 0656a63  HIVE-25255: Support ALTER TABLE REPLACE COLUMNS 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    | 87 +++++++++++++++++++---
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 56 ++++++++++++--
 .../hive/TestHiveIcebergStorageHandlerNoScan.java  | 40 ++++++++++
 .../hadoop/hive/ql/ddl/table/AlterTableType.java   |  2 +-
 .../replace/AlterTableReplaceColumnsOperation.java |  2 +-
 .../results/clientnegative/alter_non_native.q.out  |  2 +-
 7 files changed, 170 insertions(+), 21 deletions(-)