You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by yc...@apache.org on 2022/02/17 20:03:16 UTC

[hive] branch master updated (1e853b9 -> a62af3a)

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

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


    from 1e853b9  HIVE-21152: Rewrite if expression to case and recognize simple case as an if (#2791) (Zoltan Haindrich reviewed by Krisztian Kasa)
     add a62af3a  HIVE-25957: Fix password based authentication with SAML enabled (#3028) (Yu-Wen Lai, reviewed by Naveen Gangam)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   2 +-
 .../org/apache/hive/service/auth/AuthType.java     | 112 +++++++++++++++++++++
 .../hive/service/cli/thrift/ThriftHttpServlet.java |  59 +++++------
 .../org/apache/hive/service/auth/TestAuthType.java | 112 +++++++++++++++++++++
 .../service/cli/thrift/ThriftHttpServletTest.java  |   2 +-
 5 files changed, 253 insertions(+), 34 deletions(-)
 create mode 100644 service/src/java/org/apache/hive/service/auth/AuthType.java
 create mode 100644 service/src/test/org/apache/hive/service/auth/TestAuthType.java