You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dk...@apache.org on 2023/04/04 07:56:01 UTC

[hive] branch master updated (745dbf7059d -> f346de3a572)

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

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


    from 745dbf7059d HIVE-27179: HS2 WebUI throws NPE when JspFactory loaded from jetty-runner (#4164) (Zhihua Deng via Sai Hemanth G)
     add f346de3a572 HIVE-26997: Iceberg: Vectorization gets disabled at runtime in merge-into statement (Denys Kuzmenko, reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java |   8 +-
 .../positive/vectorized_iceberg_merge_mixed.q      | 199 +++++
 .../results/positive/iceberg_merge_schema.q.out    |  17 +-
 .../test/results/positive/merge_iceberg_orc.q.out  |  78 +-
 .../positive/merge_iceberg_partitioned_orc.q.out   |  82 +-
 .../positive/vectorized_iceberg_merge_mixed.q.out  | 912 +++++++++++++++++++++
 .../hive/ql/parse/MergeSemanticAnalyzer.java       |   4 +-
 .../hive/ql/parse/RewriteSemanticAnalyzer.java     |  22 +-
 .../hive/ql/parse/SplitUpdateSemanticAnalyzer.java |   2 +-
 .../ql/parse/UpdateDeleteSemanticAnalyzer.java     |   2 +-
 10 files changed, 1222 insertions(+), 104 deletions(-)
 create mode 100644 iceberg/iceberg-handler/src/test/queries/positive/vectorized_iceberg_merge_mixed.q
 create mode 100644 iceberg/iceberg-handler/src/test/results/positive/vectorized_iceberg_merge_mixed.q.out