You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2021/08/31 07:12:03 UTC

[hive] branch master updated (5e2fe2f -> 595f3bc)

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

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


    from 5e2fe2f  HIVE-25454: Invalid request to metadata catalog for a WITH clause table (Soumyakanti Das, reviewed by Krisztian Kasa)
     add 595f3bc  HIVE-23688: fix Vectorization IndexArrayOutOfBoundsException when read null values in map (#2479) (Laszlo Bodor reviewed by Mahesh Kumar Behera)

No new revisions were added by this update.

Summary of changes:
 .../parquet/vector/VectorizedListColumnReader.java | 218 ++++++++------
 .../io/parquet/TestVectorizedListColumnReader.java |   2 +-
 .../parquet_map_null_vectorization.q               |  89 ++++++
 .../llap/parquet_map_null_vectorization.q.out      | 318 +++++++++++++++++++++
 .../hive/ql/exec/vector/BytesColumnVector.java     |   4 +
 5 files changed, 535 insertions(+), 96 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/parquet_map_null_vectorization.q
 create mode 100644 ql/src/test/results/clientpositive/llap/parquet_map_null_vectorization.q.out