You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/12/11 03:22:32 UTC

[hive] branch master updated (41c5c79 -> 19324b0)

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

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


    from 41c5c79  HIVE-24504: VectorFileSinkArrowOperator does not serialize complex types correctly (Peter Vary reviewed by Panos Garefalakis and Adam Szita)
     add 19324b0  HIVE-24388: Enhance swo optimizations to merge EventOperators (#1750) (Zoltan Haindrich reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   2 +
 .../hive/ql/optimizer/SharedWorkOptimizer.java     |  50 +-
 .../{reopt_dpp.q => swo_event_merge.q}             |  29 +-
 .../{reopt_dpp.q.out => swo_event_merge.q.out}     | 206 +++---
 .../perf/tpcds30tb/tez/query11.q.out               | 429 ++++++-------
 .../clientpositive/perf/tpcds30tb/tez/query2.q.out | 115 ++--
 .../perf/tpcds30tb/tez/query23.q.out               | 222 ++++---
 .../clientpositive/perf/tpcds30tb/tez/query4.q.out | 475 ++++++--------
 .../perf/tpcds30tb/tez/query59.q.out               | 227 ++++---
 .../perf/tpcds30tb/tez/query74.q.out               | 376 ++++++-----
 .../perf/tpcds30tb/tez/query75.q.out               | 693 +++++++++++----------
 11 files changed, 1376 insertions(+), 1448 deletions(-)
 copy ql/src/test/queries/clientpositive/{reopt_dpp.q => swo_event_merge.q} (71%)
 copy ql/src/test/results/clientpositive/llap/{reopt_dpp.q.out => swo_event_merge.q.out} (55%)