You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dm...@apache.org on 2020/10/28 13:36:22 UTC

[hive] branch master updated (78840c2 -> 0e4e1ac)

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

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


    from 78840c2  HIVE-24294: TezSessionPool sessions can throw AssertionError (#1596) (Naresh Panchetty Ramanaiah, reviewed by Mustafa Iman, Laszlo Pinter)
     add 0e4e1ac  HIVE-23829: Compute Stats Incorrect for Binary Columns (Hunter Logan, reviewed by David Mollitor)

No new revisions were added by this update.

Summary of changes:
 .../clientpositive/acid_vectorization_original_tez.q   |  3 ++-
 .../test/queries/clientpositive/avro_nullable_fields.q |  3 ++-
 ql/src/test/queries/clientpositive/llap_text.q         |  6 ++++--
 .../queries/clientpositive/metadata_only_queries.q     |  3 ++-
 .../metadata_only_queries_with_filters.q               |  3 ++-
 ql/src/test/queries/clientpositive/orc_llap_counters.q |  3 ++-
 .../test/queries/clientpositive/orc_llap_counters1.q   |  3 ++-
 .../clientpositive/vector_binary_join_groupby.q        |  3 ++-
 .../vector_windowing_multipartitioning.q               |  3 ++-
 .../queries/clientpositive/vector_windowing_navfn.q    |  3 ++-
 .../test/queries/clientpositive/windowing_distinct.q   |  3 ++-
 .../clientpositive/windowing_multipartitioning.q       |  3 ++-
 ql/src/test/queries/clientpositive/windowing_navfn.q   |  3 ++-
 .../clientpositive/llap/avro_nullable_fields.q.out     |  2 ++
 .../test/results/clientpositive/llap/llap_text.q.out   |  8 ++++++--
 .../clientpositive/llap/metadata_only_queries.q.out    |  2 ++
 .../llap/metadata_only_queries_with_filters.q.out      |  2 ++
 .../clientpositive/llap/orc_llap_counters.q.out        |  2 ++
 .../clientpositive/llap/orc_llap_counters1.q.out       |  2 ++
 .../llap/vector_binary_join_groupby.q.out              |  2 ++
 .../llap/vector_windowing_multipartitioning.q.out      |  2 ++
 .../clientpositive/llap/vector_windowing_navfn.q.out   |  2 ++
 .../clientpositive/llap/windowing_distinct.q.out       |  2 ++
 .../llap/windowing_multipartitioning.q.out             |  2 ++
 .../results/clientpositive/llap/windowing_navfn.q.out  |  2 ++
 .../tez/acid_vectorization_original_tez.q.out          |  2 ++
 .../hadoop/hive/serde2/lazy/LazySerDeParameters.java   | 11 ++++++++++-
 .../serde2/lazy/fast/LazySimpleDeserializeRead.java    | 18 ++++++++++--------
 28 files changed, 78 insertions(+), 25 deletions(-)