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

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


    from b02cef4fe94 HIVE-27731: Iceberg: Perform metadata delete for queries 
with static filters (#4748) (Sourabh Badhya reviewed by Denys Kuzmenko, 
Krisztian Kasa)
     new 4cbd9579c6c HIVE-27777: CBO fails on multi insert overwrites with 
common group expression (Steve Carlin reviewed by Stamatis Zampetakis)
     new 089e2727cb9 HIVE-27745: Add unit test to ensure short version is 
inline with full version (Kirti Ruge reviewed by Stamatis Zampetakis)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |   2 +-
 .../hadoop/hive/ql/plan/ExprNodeConstantDesc.java  |   9 +
 .../queries/clientpositive/multi_insert_gby5.q     |   6 +
 .../clientpositive/llap/multi_insert_gby5.q.out    | 207 +++++++++++++++++++++
 .../metastore/utils/TestMetastoreVersionInfo.java  |  28 ++-
 5 files changed, 241 insertions(+), 11 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/multi_insert_gby5.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/multi_insert_gby5.q.out
 copy ql/src/test/org/apache/hadoop/hive/ql/plan/TestDropMacroDesc.java => 
standalone-metastore/metastore-common/src/test/java/org/apache/hadoop/hive/metastore/utils/TestMetastoreVersionInfo.java
 (60%)

Reply via email to