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

[hive] branch master updated (64cbded -> 8903232)

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

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


    from 64cbded  HIVE-24510: Vectorize compute_bit_vector (Mustafa Iman, reviewed by Laszlo Bodor)
     add 8903232  HIVE-24635: Support Values clause as operand of set operation (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/ql/parse/HiveParser.g   | 13 ++----
 .../hadoop/hive/ql/parse/TestValuesClause.java     | 20 ++++++++-
 ql/src/test/queries/clientpositive/values.q        | 14 ++++++
 .../test/results/clientpositive/llap/values.q.out  | 52 ++++++++++++++++++++++
 4 files changed, 89 insertions(+), 10 deletions(-)