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 cf12df5 HIVE-24160: Scheduled executions must allow state transition
EXECUTING->TIMED_OUT #1496
add d69aa36 HIVE-24084: Push Aggregates thru joins in case it re-groups
previously unique columns (#1439)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +
.../java/org/apache/hadoop/hive/ql/QTestUtil.java | 4 +
.../rules/HiveAggregateJoinTransposeRule.java | 97 +++++-
.../hadoop/hive/ql/parse/CalcitePlanner.java | 6 +-
ql/src/test/queries/clientpositive/tpch18.q | 136 ++++++++
.../llap/constraints_optimization.q.out | 173 ++++-----
.../llap/materialized_view_rewrite_2.q.out | 73 ++--
.../llap/materialized_view_rewrite_part_2.q.out | 75 ++--
.../clientpositive/llap/subquery_notin.q.out | 208 +++++------
.../test/results/clientpositive/llap/tpch18.q.out | 360 +++++++++++++++++++
.../perf/tez/constraints/cbo_query23.q.out | 54 +--
.../perf/tez/constraints/cbo_query54.q.out | 66 ++--
.../perf/tez/constraints/query23.q.out | 358 +++++++++----------
.../perf/tez/constraints/query54.q.out | 386 ++++++++++-----------
14 files changed, 1272 insertions(+), 726 deletions(-)
create mode 100644 ql/src/test/queries/clientpositive/tpch18.q
create mode 100644 ql/src/test/results/clientpositive/llap/tpch18.q.out