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 26cc315  HIVE-23011: Shared work optimizer should check residual 
predicates when comparing joins (Jesus Camacho Rodriguez, reviewed by Vineet 
Garg)
     new a6a0ba5  HIVE-22901: Variable substitution can lead to OOM on circular 
references (Daniel Voros via Zoltan Haindrich)
     new abc067a  HIVE-22539: HiveServer2 SPNEGO authentication should skip if 
authorization header is empty (Kevin Risden via Zoltan Haindrich)
     new 94b43f4  HIVE-22841: ThriftHttpServlet#getClientNameFromCookie should 
handle CookieSigner IllegalArgumentException on invalid cookie signature (Kevin 
Risden via Zoltan Haindrich)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   3 +
 .../apache/hadoop/hive/conf/SystemVariables.java   |  10 +
 .../hadoop/hive/conf/TestSystemVariables.java      |  29 +++
 .../org/apache/hive/jdbc/TestRestrictedList.java   |   1 +
 .../auth/TestHttpCookieAuthenticationTest.java     | 185 +++++++++++++++++
 .../java/org/apache/hive/jdbc/HiveConnection.java  |   2 +-
 .../hive/jdbc/HttpRequestInterceptorBase.java      |   5 +-
 .../hive/service/cli/thrift/ThriftHttpServlet.java |  62 +++---
 .../org/apache/hive/service/TestCookieSigner.java  |  53 +++--
 .../cli/thrift/ThriftCliServiceTestWithCookie.java | 231 ---------------------
 .../service/cli/thrift/ThriftHttpServletTest.java  |  71 +++++++
 11 files changed, 372 insertions(+), 280 deletions(-)
 create mode 100644 
itests/hive-unit/src/test/java/org/apache/hive/service/auth/TestHttpCookieAuthenticationTest.java
 delete mode 100644 
service/src/test/org/apache/hive/service/cli/thrift/ThriftCliServiceTestWithCookie.java
 create mode 100644 
service/src/test/org/apache/hive/service/cli/thrift/ThriftHttpServletTest.java

Reply via email to