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 2021/01/13 08:06:59 UTC

[hive] branch master updated (68a759a -> 6deef2c)

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 68a759a  HIVE-24617: Review beeline Driver Scanning Code (David Mollitor reviewed by Miklos Gergely)
     add 6deef2c  HIVE-24203: Implement stats annotation rule for the LateralViewJoinOperator (#1531)

No new revisions were added by this update.

Summary of changes:
 .../stats/annotation/AnnotateWithStatistics.java   |    3 +
 .../stats/annotation/StatsRulesProcFactory.java    |  105 +-
 .../apache/hadoop/hive/ql/stats/StatsUtils.java    |   12 +
 .../annotate_stats_lateral_view_join.q             |   60 +
 .../results/clientnegative/udf_assert_true.q.out   |   16 +-
 .../results/clientnegative/udf_assert_true2.q.out  |    8 +-
 .../llap/annotate_stats_lateral_view_join.q.out    | 3214 ++++++++++++++++++++
 .../results/clientpositive/llap/lateral_view.q.out |   28 +-
 .../clientpositive/llap/lateral_view_cp.q.out      |    4 +-
 .../llap/lateral_view_explode2.q.out               |    8 +-
 .../clientpositive/llap/lateral_view_noalias.q.out |   16 +-
 .../clientpositive/llap/lateral_view_onview.q.out  |   52 +-
 .../results/clientpositive/llap/lvj_mapjoin.q.out  |   38 +-
 .../llap/multi_insert_lateral_view.q.out           |  174 +-
 .../llap/nested_column_pruning.q.out               |   44 +-
 .../llap/orc_nested_column_pruning.q.out           |   44 +-
 .../llap/reduce_deduplicate_null_keys.q.out        |   16 +-
 .../llap/select_column_pruning.q.out               |   30 +-
 .../clientpositive/llap/skewjoin_mapjoin6.q.out    |    8 +-
 .../clientpositive/llap/udtf_json_tuple.q.out      |   44 +-
 .../clientpositive/llap/udtf_parse_url_tuple.q.out |   44 +-
 .../test/results/clientpositive/llap/union26.q.out |   26 +-
 .../clientpositive/llap/unionDistinct_1.q.out      |   28 +-
 .../clientpositive/llap/union_lateralview.q.out    |   32 +-
 .../llap/vector_orc_nested_column_pruning.q.out    |   44 +-
 .../clientpositive/llap/vector_windowing.q.out     |   16 +-
 .../test/results/clientpositive/nonmr_fetch.q.out  |    8 +-
 .../results/clientpositive/skewjoinopt10.q.out     |   16 +-
 .../clientpositive/tez/tez_union_udtf.q.out        |   20 +-
 29 files changed, 3762 insertions(+), 396 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/annotate_stats_lateral_view_join.q
 create mode 100644 ql/src/test/results/clientpositive/llap/annotate_stats_lateral_view_join.q.out