You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/12/03 11:06:11 UTC

[hive] branch master updated (1671e6a -> b631f66)

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

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


    from 1671e6a  HIVE-24435: Vectorized unix_timestamp is inconsistent with non-vectorized counterpart (#1713) (Zoltan Haindrich reviewed by Krisztian Kasa)
     add b631f66  HIVE-21843: UNION query with regular expressions for column name does not work (#1684) (Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../AlterMaterializedViewRewriteOperation.java     |  2 +-
 .../apache/hadoop/hive/ql/parse/ParseUtils.java    | 27 ++++----
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |  3 +-
 .../apache/hadoop/hive/ql/tools/LineageInfo.java   | 17 ++---
 .../partition/show/TestShowPartitionAnalyzer.java  | 31 +++++++--
 .../hive/ql/parse/TestMacroSemanticAnalyzer.java   |  2 +-
 .../hadoop/hive/ql/parse/TestParseUtils.java       | 25 +++++--
 .../parse/authorization/AuthorizationTestUtil.java |  8 +--
 .../ql/parse/authorization/PrivilegesTestBase.java |  5 +-
 .../TestHiveAuthorizationTaskFactory.java          |  3 +-
 .../hadoop/hive/ql/tool/TestLineageInfo.java       | 78 ++++++++++++----------
 ql/src/test/queries/clientpositive/union_regex.q   | 17 +++++
 .../results/clientpositive/llap/union_regex.q.out  | 62 +++++++++++++++++
 13 files changed, 202 insertions(+), 78 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/union_regex.q
 create mode 100644 ql/src/test/results/clientpositive/llap/union_regex.q.out