This is an automated email from the ASF dual-hosted git repository.
krisztiankasa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
from e7de9164557 HIVE-28092: Clean up invalid exception thrown in
MetaStoreClient (#5099)(Butao Zhang, reviewed by Denys Kuzmenko)
add 4da22d80e63 HIVE-28282: Merging into iceberg table fails with copy on
write when values clause has a function call (Krisztian Kasa, reviewed by Denys
Kuzmenko)
No new revisions were added by this update.
Summary of changes:
.../merge_iceberg_copy_on_write_unpartitioned.q | 6 +-
...merge_iceberg_copy_on_write_unpartitioned.q.out | 40 ++++++-------
.../ql/ddl/table/constraint/ConstraintsUtils.java | 60 +-------------------
.../apache/hadoop/hive/ql/metadata/HiveUtils.java | 61 ++++++++++++++++++++
.../hive/ql/parse/MergeSemanticAnalyzer.java | 65 +++++++++++++++-------
.../ql/parse/rewrite/CopyOnWriteMergeRewriter.java | 13 ++---
.../hive/ql/parse/rewrite/MergeRewriter.java | 9 ++-
.../hive/ql/parse/rewrite/MergeStatement.java | 14 ++---
8 files changed, 150 insertions(+), 118 deletions(-)