You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2021/04/01 15:13:49 UTC

[hive] branch master updated (beac098 -> dc526f8)

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

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


    from beac098  HIVE-24943: Initiator: Optimise when tables/partitions are not eligib… (#2134)
     add dc526f8  HIVE-24966: RuntimeException in CBO if HMS stats are modified externally (Jesus Camacho Rodriguez, reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../optimizer/calcite/HiveConfPlannerContext.java  |   9 +-
 .../calcite/stats/FilterSelectivityEstimator.java  |  19 +-
 .../hadoop/hive/ql/parse/CalcitePlanner.java       |   9 +-
 ql/src/test/queries/clientpositive/stats_cbo_1.q   |  19 ++
 .../results/clientpositive/llap/stats_cbo_1.q.out  | 279 +++++++++++++++++++++
 5 files changed, 329 insertions(+), 6 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/stats_cbo_1.q
 create mode 100644 ql/src/test/results/clientpositive/llap/stats_cbo_1.q.out