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 2021/01/25 12:16:45 UTC

[hive] branch master updated (66ec17c -> 5338805)

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 66ec17c  HIVE-24680: Disable flaky unionDistinct_1.q test (#1904)
     add 5338805  HIVE-23546: Skip authorization when user is a superuser (#1033) (Zhihua Deng reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |  3 +++
 .../org/apache/hive/jdbc/TestRestrictedList.java   |  1 +
 .../hive/service/cli/session/TestQueryDisplay.java |  3 +--
 .../java/org/apache/hadoop/hive/ql/Compiler.java   |  4 +--
 .../hadoop/hive/ql/parse/BaseSemanticAnalyzer.java | 14 ++++++++++
 .../hive/ql/parse/ExplainSemanticAnalyzer.java     |  6 ++++-
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |  4 +--
 .../hadoop/hive/ql/parse/TestSemanticAnalyzer.java | 31 ++++++++++++++++++++++
 8 files changed, 57 insertions(+), 9 deletions(-)