You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vg...@apache.org on 2020/07/15 00:57:49 UTC

[hive] branch master updated (6b3b000 -> 11e069b)

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

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


    from 6b3b000  HIVE-23767: Pass ValidWriteIdList in get_partition* API requests (Kishen Das, reviewed by Vihang Karajgaonkar and Peter Vary)
     add 11e069b  HIVE-23822 Sorted dynamic partition optimization could remove auto stat task (#1231)

No new revisions were added by this update.

Summary of changes:
 .../insert_into_dynamic_partitions.q.out           | 136 +++++++++++-
 .../insert_overwrite_dynamic_partitions.q.out      | 136 +++++++++++-
 .../ql/optimizer/SortedDynPartitionOptimizer.java  |  57 +++--
 .../llap/auto_sortmerge_join_16.q.out              |  38 ++--
 .../llap/dynpart_sort_opt_bucketing.q.out          |  39 ++++
 .../llap/dynpart_sort_opt_vectorization.q.out      | 246 ++++++++++++++++++++-
 .../llap/dynpart_sort_optimization.q.out           | 195 ++++++++++++++++
 .../llap/dynpart_sort_optimization_acid.q.out      |  78 +++----
 .../llap/dynpart_sort_optimization_acid2.q.out     |  65 +++++-
 .../results/clientpositive/llap/llap_smb.q.out     |  14 +-
 .../test/results/clientpositive/llap/mm_dp.q.out   |  41 +++-
 11 files changed, 923 insertions(+), 122 deletions(-)