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/03/25 03:29:42 UTC

[hive] branch master updated (aff6eaf -> e6923ed)

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 aff6eaf  HIVE-24175: getDatabase() should only return managedlocation if set (Naveen Gangam reviewed by Vihang K)
     add e6923ed  HIVE-24817: "not in" clause returns incorrect data when there is coercion (Steve Carlin, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/parse/type/TypeCheckProcFactory.java   | 21 ++-----
 .../partition/show/TestShowPartitionAnalyzer.java  | 22 ++------
 ql/src/test/queries/clientpositive/in_coercion.q   | 14 +++++
 .../clientpositive/llap/compare_cols_null.q.out    |  3 +-
 .../results/clientpositive/llap/in_coercion.q.out  | 65 ++++++++++++++++++++++
 .../clientpositive/llap/infer_const_type.q.out     | 12 +++-
 .../clientpositive/llap/orc_llap_counters.q.out    | 11 ++--
 .../clientpositive/llap/orc_ppd_basic.q.out        | 11 ++--
 .../llap/parquet_vectorization_0.q.out             | 12 ++--
 .../llap/parquet_vectorization_10.q.out            | 16 +++---
 .../clientpositive/llap/vectorization_0.q.out      | 14 ++---
 .../clientpositive/llap/vectorization_10.q.out     | 18 +++---
 .../llap/vectorization_short_regress.q.out         | 50 ++++++++---------
 13 files changed, 163 insertions(+), 106 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/in_coercion.q
 create mode 100644 ql/src/test/results/clientpositive/llap/in_coercion.q.out