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/07/13 06:50:56 UTC

[hive] branch master updated (9a4a36a -> 9671034)

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 9a4a36a  HIVE-25264: Add tests to verify Hive can read/write after schema change on Iceberg table (reviewed by Adam Szita, Marton Bod)
     add 9671034  HIVE-25314: Implement SHOW CREATE TABLE command for Iceberg tables (#2458) (Laszlo Pinter, reviewed by Marton Bod)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       |   7 +-
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java |  28 ++++
 .../apache/iceberg/mr/hive/IcebergTableUtil.java   |  46 +++---
 .../hive/TestHiveIcebergStorageHandlerNoScan.java  |   9 +-
 .../queries/positive/show_create_iceberg_table.q   |  15 ++
 .../positive/show_create_iceberg_table.q.out       | 175 +++++++++++++++++++++
 .../set/AlterTableSetPartitionSpecAnalyzer.java    |   3 +-
 .../apache/hadoop/hive/ql/exec/DDLPlanUtils.java   |  26 +++
 .../hive/ql/metadata/HiveStorageHandler.java       |  12 ++
 .../hadoop/hive/ql/parse/PartitionTransform.java   |  34 ++--
 ...miJoinHint.java => PartitionTransformSpec.java} |  45 +++---
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |   2 +-
 12 files changed, 329 insertions(+), 73 deletions(-)
 create mode 100644 iceberg/iceberg-handler/src/test/queries/positive/show_create_iceberg_table.q
 create mode 100644 iceberg/iceberg-handler/src/test/results/positive/show_create_iceberg_table.q.out
 copy ql/src/java/org/apache/hadoop/hive/ql/parse/{SemiJoinHint.java => PartitionTransformSpec.java} (53%)