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 2020/10/30 01:02:55 UTC

[hive] branch master updated (e2d637e -> 98c9a93)

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 e2d637e  HIVE-24217: HMS storage backend for HPL/SQL stored procedures (#1542) (Attila Magyar reviewed by Zoltan Haindrich)
     add 98c9a93  HIVE-24325: Cardinality preserving join optimization fails when column is backtracked to a constant (Jesus Camacho Rodriguez, reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../HiveCardinalityPreservingJoinOptimization.java |  34 ++-
 .../cardinality_preserving_join_opt2.q             |  99 +++++++
 .../llap/cardinality_preserving_join_opt2.q.out    | 292 +++++++++++++++++++++
 3 files changed, 413 insertions(+), 12 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/cardinality_preserving_join_opt2.q
 create mode 100644 ql/src/test/results/clientpositive/llap/cardinality_preserving_join_opt2.q.out