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 e7de6de  HIVE-25208: Refactor Iceberg commit to the MoveTask/MoveWork 
(Peter Vary reviewed by Marton Bod and Marta Kuczora)
     add 57b633a  HIVE-25234: Implement ALTER TABLE ... SET PARTITION SPEC to 
change partitioning on Iceberg tables (#2382) (Laszlo Pinter, reviewed by 
Marton Bod and Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../src/test/results/negative/hbase_ddl.q.out      |  2 +-
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 50 +++++++-----
 .../apache/iceberg/mr/hive/IcebergTableUtil.java   | 62 +++++++++++++++
 .../hive/TestHiveIcebergStorageHandlerNoScan.java  | 89 +++++++++++++++++++++-
 .../hadoop/hive/ql/parse/AlterClauseParser.g       |  8 ++
 .../org/apache/hadoop/hive/ql/parse/HiveParser.g   |  9 ++-
 .../ddl/table/AbstractBaseAlterTableAnalyzer.java  |  9 ++-
 .../hadoop/hive/ql/ddl/table/AlterTableType.java   |  3 +-
 .../set/AlterTableSetPartitionSpecAnalyzer.java}   | 42 +++++-----
 .../set/AlterTableSetPartitionSpecDesc.java}       | 16 ++--
 .../set/AlterTableSetPartitionSpecOperation.java}  | 14 ++--
 .../apache/hadoop/hive/ql/plan/HiveOperation.java  |  1 +
 .../authorization/plugin/HiveOperationType.java    |  1 +
 .../plugin/sqlstd/Operation2Privilege.java         |  2 +
 .../results/clientnegative/alter_non_native.q.out  |  2 +-
 15 files changed, 246 insertions(+), 64 deletions(-)
 copy 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/{storage/cluster/AlterTableIntoBucketsAnalyzer.java
 => partition/set/AlterTableSetPartitionSpecAnalyzer.java} (60%)
 copy 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/{storage/skewed/AlterTableNotSkewedDesc.java
 => partition/set/AlterTableSetPartitionSpecDesc.java} (70%)
 copy 
ql/src/java/org/apache/hadoop/hive/ql/ddl/table/{misc/owner/AlterTableSetOwnerOperation.java
 => partition/set/AlterTableSetPartitionSpecOperation.java} (72%)

Reply via email to